I created a Query Form with a combo box.
In the Query field I used the expresion builder and created:
Forms![Table Query Form Phase 2]![Combo2]
I also added this formula to my parameter control as a value.
In the form I created a command switch to generate a report from the form.
The problem is when I run the report it lists name of the data field but not
the data (which are Date fields) ie...
Last Name First Name Exprl
Field Name
instead of what I want ie....
Last Name First Name Field Name
Field Data (Date)