combo boxes and command buttons

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

Guest

I am trying to create a combo box that when a choice is made from the combo
box you can click a command button to output the selected record to a new
form. I have this working on one table but when I try to recreate it for a
separate combo box and command button it still refers to the original table.
How can I fix this?
 
Check the properties of both the command button and the combo box.
Specifically, the lookup properties for the combo box, and the "OnClick"
event property for the command button. You may see the problem there, or can
ask more specific questions.

Ciao.

Danny
 

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

Back
Top