Adding a pulldown box to an ASP data entry form

T

T. Utley

I'm a newby in desparate need of a code snippet, and I've had no luck
searching the group for a solution.

I've created an ASP data entry form (using FP 2003's data entry wizard) to
collect data in a connected Access 2003 database . The form's data will be
entered in to [tblNames]. But, my form needs to included the field: CityID
from [tblCities] via a pulldown box that displays a a large list of city
names from the field: CityName (both fields are included in [tblCities] and
both [tblNames] and [tblCities] are within the same database.

Can somebody give me a hand?
 
B

Bob

See if this might help...

http://www.xmas-i-am.com/how_to_filter_drop-down.htm

bob
| I'm a newby in desparate need of a code snippet, and I've had no luck
| searching the group for a solution.
|
| I've created an ASP data entry form (using FP 2003's data entry wizard) to
| collect data in a connected Access 2003 database . The form's data will
be
| entered in to [tblNames]. But, my form needs to included the field:
CityID
| from [tblCities] via a pulldown box that displays a a large list of city
| names from the field: CityName (both fields are included in [tblCities]
and
| both [tblNames] and [tblCities] are within the same database.
|
| Can somebody give me a hand?
| --
| Tom
 
B

Bob

You might also look here!

http://www.spiderwebwoman.com/resources/dbrwtipsandtricks.asp

bob
| See if this might help...
|
| http://www.xmas-i-am.com/how_to_filter_drop-down.htm
|
| bob
| || I'm a newby in desparate need of a code snippet, and I've had no luck
|| searching the group for a solution.
||
|| I've created an ASP data entry form (using FP 2003's data entry wizard)
to
|| collect data in a connected Access 2003 database . The form's data will
| be
|| entered in to [tblNames]. But, my form needs to included the field:
| CityID
|| from [tblCities] via a pulldown box that displays a a large list of city
|| names from the field: CityName (both fields are included in [tblCities]
| and
|| both [tblNames] and [tblCities] are within the same database.
||
|| Can somebody give me a hand?
|| --
|| Tom
|
|
 

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