B
Bill
I get: Runtime error 3075
Syntax error. in query expression '(select <> "")'
running the following segment of code:
strTemp = """"""
DoCmd.OpenReport "rpt#10Env", acViewPreview, , "Select <> " &
strTemp
I have other instances of similar use without any problems. The field
"Select" is a valid
field name in the report's RecordSource.
What am I missing?
Thanks,
Bill
Syntax error. in query expression '(select <> "")'
running the following segment of code:
strTemp = """"""
DoCmd.OpenReport "rpt#10Env", acViewPreview, , "Select <> " &
strTemp
I have other instances of similar use without any problems. The field
"Select" is a valid
field name in the report's RecordSource.
What am I missing?
Thanks,
Bill