drop down box

G

Guest

I am trying to create a drop down box for a form. I am including age
categories such as Middle School, High School, Elementary, etc.

I created it and went back to the actual form to input information, and
whatever I choose from the drop down box on the first record, also changed in
all the remaining records. How can it select the drop down for that record
only!

Help
 
R

Rick B

Is your dropdown box tied to a field that is stored in your table?
Sounds like it is not.
 
W

Wayne Morgan

The combo box would need to be a bound control. An unbound control will show
the same data in each record of a continuous form since it has nothing to go
by except what you've typed in. Moving from record to record in a single
record view form will give the same result if you don't do something to
clear the control as you move.
 

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