Hello,
I am getting a error msg in one line of my code:
Set rst = Forms!author.RecordsetClone
'author' is a legitimate form I have in my database window.
The error is
Run-time error 2450: Microsoft Access can't find the form 'author' referred to in a macro expression or VB code.
I can open the form 'author' seperately. The name and caption are the same..
what am i missing? can you pl tell.
thanks
VC
I am getting a error msg in one line of my code:
Set rst = Forms!author.RecordsetClone
'author' is a legitimate form I have in my database window.
The error is
Run-time error 2450: Microsoft Access can't find the form 'author' referred to in a macro expression or VB code.
I can open the form 'author' seperately. The name and caption are the same..
what am i missing? can you pl tell.
thanks
VC