combo box to select record for update

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I kind of a newby and haven't learned VBA yet so I'm doing this project all
with macros. I have a form with a combo box that I want to use to select a
record to modify in a table. Whenever I select an entry in the combo box it
changes the first record of the table to that value. How do I make it jump
to the record I want to modify?

the table has 4 fields; Index (primary key), category (field that the combo
box looks up), row, and column. I want to select the category from the drop
down list and then change the row and column information for that category.

I'm probably missing something realy easy and I feel kind of stupid.

Traveler
 
Never mind, I found the answer after a lot of searching (I had to figure out
what to search for)!

:-}
 
Back
Top