T
Tony Williams
I have this line of code which should open a form
DoCmd.OpenForm (TimeCards2, , , "[ProjectID] = '" &
Forms!Clients!Clientssubform.Form!ProjectID & "'")
However I get an error message that says " Expected = "
I have an = in my code, can anyone help?
Thanks
Tony
DoCmd.OpenForm (TimeCards2, , , "[ProjectID] = '" &
Forms!Clients!Clientssubform.Form!ProjectID & "'")
However I get an error message that says " Expected = "
I have an = in my code, can anyone help?
Thanks
Tony