Drop dowm combo question.

  • Thread starter Thread starter Manuel
  • Start date Start date
M

Manuel

Hi there,

I'm having this problem developing this application at
work. I'm trying to build a for that is based on a table.
What I want to accomplish is the following;

On the form I have a drop down box and the source of that
is a field within the table. I want to be able to pick a
item from the drop down and on the after update event I
guess, it would go to the specific record within the
table. Displayin the other fields would be easy after
that.

Someone out there that knows how to do this, please reply
to this post.

Thanks in advance,

Manuel
 
Hi,
Just use the wizard to add your combo to the form.
In the first wizard screen, choose, 'find a record based on the selection
in the combo'. The wording is a bit different but you get the idea.
It will write the code in the After Update event for you.
 
Back
Top