How to post from search form to update form?

H

Hannu L

I have a baseball schedule on the web with 100 plus games.

Search form here: http://www.bloordalebaseball.org/menupdate_find.asp

Update form here: http://www.bloordalebaseball.org/menupdate_form.asp

How can I build the the update form so that the search form would
post the record (when somebody keys in the game number) right into
it? Right now the update form is based on table and thus pulls all the
records in the table.

Short and sweet. Key in game number into the search form, record gets
posted into the update form where I can make changes to the record
and send it back into the DB.

I have justabout exhausted resources on the net. Just can't find a solution
to
this one.

Any help much appreciated.

Thank you,
Hannu Lampila
 
J

Jim Buyens

You would have to program this in ASP, ASP.NET, or some
other environment that runs on the Web server.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
H

Hannu L

Thank you Jim. I figured there must be quite a bit involved
since I couldn't anything even close on the web. Not too
familiar with programming so I just keep using what I have.
At least it works.

Hannu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top