W
W
Hi,
I have an unbound form “frmMainFormâ€in which I have a bound subform
“frmSubFormâ€. I have a string strSQL which I use for the recordsource of
“frmSubForm†:
Set rst = db.OpenRecordset(strSQL)
I do not seem to be able to execute this command :
When I’m in the code of the main form, I have this line :
Me![frmSubForm].Form.RecordSource = strSQL
I get error 2465 : Access does not find frmSubForm.
Any help will be appreciated.
Thank you,
W
I have an unbound form “frmMainFormâ€in which I have a bound subform
“frmSubFormâ€. I have a string strSQL which I use for the recordsource of
“frmSubForm†:
Set rst = db.OpenRecordset(strSQL)
I do not seem to be able to execute this command :
When I’m in the code of the main form, I have this line :
Me![frmSubForm].Form.RecordSource = strSQL
I get error 2465 : Access does not find frmSubForm.
Any help will be appreciated.
Thank you,
W