R
Rob
Hello,
I want the user to know the category they are adding a record to by a text
box on a form.
If I put the control source of the text box as ="record is added to" & " "
I get the text plus a space. How do I add in the query result?
I tried
="record is added to" & " " & [qrytest].[subphasename]
="record is added to" & " " & [qrytest]![subphasename]
="record is added to" & " " & ([qrytest.subphasename])
I get the #Name error.
If I run the query it shows correctly, but I am missing something in the
syntax apparently.
thanks,
Rob
I want the user to know the category they are adding a record to by a text
box on a form.
If I put the control source of the text box as ="record is added to" & " "
I get the text plus a space. How do I add in the query result?
I tried
="record is added to" & " " & [qrytest].[subphasename]
="record is added to" & " " & [qrytest]![subphasename]
="record is added to" & " " & ([qrytest.subphasename])
I get the #Name error.
If I run the query it shows correctly, but I am missing something in the
syntax apparently.
thanks,
Rob