Expression Builder

  • Thread starter Thread starter RR Lady
  • Start date Start date
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?
 
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.
 
You just set up the query to refer to the control on the form.
[Forms]![FormName]![ControlName]

-Dorian
 
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?
 
Back
Top