smercer
Registered User.
- Local time
- Tomorrow, 07:00
- Joined
- Jun 14, 2004
- Messages
- 442
Hi all
1)I am wondering what is the difference between the
and
2) I have heard that Form_ variety causes corruption. In what way? the way data is stored or the form itself?
3) When I try to change the record source in a subform from the main form or elsewhere I can't use the Forms!MySubform and need to resort to using Form_MySubform.RecordSource = "tbl_Table". is there a way to do this with out the corruption?
Thanks in advance for any help offered!!
1)I am wondering what is the difference between the
Code:
Form_MySubform
and
Code:
Forms!MySubform
2) I have heard that Form_ variety causes corruption. In what way? the way data is stored or the form itself?
3) When I try to change the record source in a subform from the main form or elsewhere I can't use the Forms!MySubform and need to resort to using Form_MySubform.RecordSource = "tbl_Table". is there a way to do this with out the corruption?
Thanks in advance for any help offered!!