Check box linked to drop down list

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

Guest

Is there a way to have a check box on a form, that when ticked, will choose a
an option from a drop down list on a subform?
 
Hi

Yes you can but what would be the point

To select an item from a list you "select it" by clickingor moveing down and
entering. If you then want to tick a check box you can add the item on the
list to something else but it would be better on an AfterUpdate event of the
list
 
Thanks for the note. There is a logical point to doing this and it relates to
queries and I won't go farther than that.

Essentially, the checkbox acts a a function that when check, creates a new
record on a table.
"check the box...baam....a new record is entered"
 

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