G
Guest
This seems like such a simple thing... that I just can't figure out why I
can't get it!
I need to make a query that displays the value from a combo box from a form
as one of the fields in the Select statement. I tried using the same format
that I use in the Where statement.... but it's not working.
Select Employee.name,
[Forms]![frmMonthEnd]![cmbEnd_Date] AS Period_End,
Employee.SSN
From Employee
Thank you!
Cathy
can't get it!
I need to make a query that displays the value from a combo box from a form
as one of the fields in the Select statement. I tried using the same format
that I use in the Where statement.... but it's not working.
Select Employee.name,
[Forms]![frmMonthEnd]![cmbEnd_Date] AS Period_End,
Employee.SSN
From Employee
Thank you!
Cathy