G
Guest
I am using Office 2003 on Windows XP.
I have a report designed and I want to update the recordSource with a new
date. However, when I use a code as in the following, an error says the
report is missing or misspelled, etc.:
Reports("rptHoldChecks").RecordSource = "SELECT ..."
This report exists and is spelled right. What am I doing wrong?
Thanks for your help.
I have a report designed and I want to update the recordSource with a new
date. However, when I use a code as in the following, an error says the
report is missing or misspelled, etc.:
Reports("rptHoldChecks").RecordSource = "SELECT ..."
This report exists and is spelled right. What am I doing wrong?
Thanks for your help.