George Too
Registered User.
- Local time
- Yesterday, 19:38
- Joined
- Aug 12, 2002
- Messages
- 198
Hi, I have a Subform Control in a Tab Control which gets its RecordSource from code once certain conditions are met.
Folliwing this line "'Forms![frmMain]![childHigh].Form![txt056]", I can reference the controls in the form just fine but when I do the following: "For Each control In Forms![frmMain]![childHigh]!Form.controls", Access complaints that it can't find the referenced control. What is the correct syntax then?
Thanks for your help,
George
Folliwing this line "'Forms![frmMain]![childHigh].Form![txt056]", I can reference the controls in the form just fine but when I do the following: "For Each control In Forms![frmMain]![childHigh]!Form.controls", Access complaints that it can't find the referenced control. What is the correct syntax then?
Thanks for your help,
George