Expression Builder

R

RR Lady

I am using a form, that you can select three items from a drop down list, I
am trying to build a command or expression that if you select one of the
three it will automatically attach it to the appropriate Table/Query that it
should be attached to. Any suggestions?
 
K

Klatuu

Some more detail, please. "attached to" has no meaning in this context. If
you could describe what you are trying to do, perhaps we can help with the
how.
 
M

mscertified

You just set up the query to refer to the control on the form.
[Forms]![FormName]![ControlName]

-Dorian
 
R

RR Lady

Currently I select either Destroyed, Lost or Stolen from a Combo box, I would
like once I enter in the form one of these to automatically add it to the
appropriate table, "Destroyed Table" "Lost Table" "Stolen Table". Does this
help?
 

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