Dropdown issues 07'

J

JBurlison

I Have a form that has a dropdown of records, i want it to automatically jump
to a record on update, um still new to this its probably easy but i cannot
figure it out for the life of me. in office 2003 i could select "Find a
record based on the value I selected in my combobox.". is there a macro or a
VBA code that i could use to do this?
 
M

Maurice

You can still do this but you have to place the combo on a form which already
has a recordset which is based on a table. When placed on a form with a query
with multiple tables this won't work (meaning you won't see the third option).
Go ahead give it a try. Base a form on a table and place the combo and
you'll see the third option there...

hth
 

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