J
Joao
I want to open a Report using this:
SQLString = "Select * from table"
Code:
Reports!Report1.RecordSource = SQLString
DoCmd.OpenReport "Report1", acViewNormal, , , acWindowNormal
The error says the report name is misspelled or doesn't exist...
I am sure my report is named Report1...
Anyone? Other solution?
SQLString = "Select * from table"
Code:
Reports!Report1.RecordSource = SQLString
DoCmd.OpenReport "Report1", acViewNormal, , , acWindowNormal
The error says the report name is misspelled or doesn't exist...
I am sure my report is named Report1...
Anyone? Other solution?