Macro in a table

G

Guest

I have a column with a drop down menu of Yes or No in my table. If a user
selects Yes when entering their data into the table I want a message to pop
up that says please enter Comments. I have a Macro built but how do I
incorporate it into the table or can I? Please help. Thanks in advance.
 
S

Steve Schapel

_,

No, tables are for data storage, not for data entry/edit/viewing
purposes. As such, the functionality is limited. You need a form for
this, and then the macro can be assigned on the After Update event of
the combobox on the form.
 

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

Top