G
Guest
I recently converted to a SQL server and Access 2000 Project and my Do.Cmd
Openform no longer works. I have made several attempts with different
variations but still can't seem to get the form to open heres my last failed
attempt:
DoCmd.OpenForm stDocName, , , "DateFlown = " +
'[forms]![frmSwitchboard].[txtText1]'
stDocName is assigned the correct form name and txtText1 has a static date
in it. The error I get says I have a syntax error which doesn't surprise me .
Can someone please show me how SQL server needs to see the WHERE statement.
Thanks
Openform no longer works. I have made several attempts with different
variations but still can't seem to get the form to open heres my last failed
attempt:
DoCmd.OpenForm stDocName, , , "DateFlown = " +
'[forms]![frmSwitchboard].[txtText1]'
stDocName is assigned the correct form name and txtText1 has a static date
in it. The error I get says I have a syntax error which doesn't surprise me .
Can someone please show me how SQL server needs to see the WHERE statement.
Thanks