smercer
Registered User.
- Local time
- Tomorrow, 10:35
- Joined
- Jun 14, 2004
- Messages
- 442
Hi all
I am having a problem with the coding recordsource. I can change the record source once but after that I can not. (it won't do anything, without even giving an error code) I have to resort to closing and re-loading the form again which is too slow.
Here is one of my coding to change a subform
Does anyone have any Ideas?
Thanks in advance
I am having a problem with the coding recordsource. I can change the record source once but after that I can not. (it won't do anything, without even giving an error code) I have to resort to closing and re-loading the form again which is too slow.
Here is one of my coding to change a subform
Code:
Form_sfrm_Books_Descriptions_in_Store_Datasheet_Popup.RecordSource = "qry_Filter_in_popup_For_Book_Description"
Does anyone have any Ideas?
Thanks in advance