F
FBxiii
According to the help files, a Textbox can have a ControlSource of an SQL
statement.
I have created my SQL query and inserted it into the textboxes control source:
=(SELECT Count(MPR) FROM zSYS_tblMPR_Tracker WHERE
Queue_Type=[forms]![zSYS_frmWorkflow]![txtSelected_Queue] AND
[Complete?]=False
When I open the form though, the text box just displays #Name?
Can anyone clarify things?
Cheers,
Steve
statement.
I have created my SQL query and inserted it into the textboxes control source:
=(SELECT Count(MPR) FROM zSYS_tblMPR_Tracker WHERE
Queue_Type=[forms]![zSYS_frmWorkflow]![txtSelected_Queue] AND
[Complete?]=False
When I open the form though, the text box just displays #Name?
Can anyone clarify things?
Cheers,
Steve