Help with code

S

smoltz29

I am creating a database, and the data entry will take place on a form. I
want users to be able to select an item in one field,and based on that
selection, the second field would populate, giving pertinent choices. The
problem I am having is that I cannot get the second field to populate. I need
the code that would allow me to select an item based on the first selection.
Make sense??
 
G

Gijs Beukenoot

Na rijp beraad schreef smoltz29 :
I am creating a database, and the data entry will take place on a form. I
want users to be able to select an item in one field,and based on that
selection, the second field would populate, giving pertinent choices. The
problem I am having is that I cannot get the second field to populate. I need
the code that would allow me to select an item based on the first selection.
Make sense??

There is a sample in Northwind on this. But you can also have a look at
http://office.microsoft.com/en-us/assistance/HA011730581033.aspx
 
Top