Dropdown issues 07'

  • Thread starter Thread starter JBurlison
  • Start date Start date
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?
 
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
 
Back
Top