gojets1721
Registered User.
- Local time
- Yesterday, 22:55
- Joined
- Jun 11, 2019
- Messages
- 430
I'm trying to set the focus to a subform's field from the parent form, but I can't seem to get it working. Here's what I tried via VBA:
Any suggestions
Code:
Me!subform1.Form!txtsubformfield.SetFocus
Any suggestions