G
George Applegate
I have a form. On the form the user enters a "location". I want to
then, based on the value they enter, display the possible names they
can enter for the "user" field. Each user is associated with a
location.
How do I do this? Do I need to do something on the "location" form
field or do I put something in the "user" field???
I have a combo box for the user and it displays names, but the problem
is, it doesn't display the users associated with the "location" form
field.
Any ideas of what I need to do? on my combo user field I say
something like "Select User, Name, Address, WHERE Table.User.location
= [Forms]![Formname]![Location]"
Obviously I have something wacky...I would be VERY GRATEFUL if someone
could post some sample code where I can put a value in a text box and
then have a combo box display values based on what is entered into the
text box...
thanks,
ga
George Applegate
(e-mail address removed)
then, based on the value they enter, display the possible names they
can enter for the "user" field. Each user is associated with a
location.
How do I do this? Do I need to do something on the "location" form
field or do I put something in the "user" field???
I have a combo box for the user and it displays names, but the problem
is, it doesn't display the users associated with the "location" form
field.
Any ideas of what I need to do? on my combo user field I say
something like "Select User, Name, Address, WHERE Table.User.location
= [Forms]![Formname]![Location]"
Obviously I have something wacky...I would be VERY GRATEFUL if someone
could post some sample code where I can put a value in a text box and
then have a combo box display values based on what is entered into the
text box...
thanks,
ga
George Applegate
(e-mail address removed)