smercer
Registered User.
- Local time
- Tomorrow, 07:52
- Joined
- Jun 14, 2004
- Messages
- 442
Hi all
I have recently Upgraded from Office XP Professional to Office 2003 Enterprise edition.
Before upgrading the forms would work without a problem, now every time I want to change a subform's recordsource I get error:
"You entered an expression that has an invalid reference property Form/Report"
error number: 2455
Here is my code:
Can someone tell me what is wrong?
Thanks in advance!!!
I have recently Upgraded from Office XP Professional to Office 2003 Enterprise edition.
Before upgrading the forms would work without a problem, now every time I want to change a subform's recordsource I get error:
"You entered an expression that has an invalid reference property Form/Report"
error number: 2455
Here is my code:
Code:
Me.sfrm_Find_Book_Book_Description.Form.RecordSource = "qry_Find_Book_Des_And_Count_Each_book_For_PopUp" 'changes record source on sfrm_Find_Book_Book_Description to "qry_Find_Book_Des_And_Count_Each_book_For_PopUp"
Can someone tell me what is wrong?
Thanks in advance!!!