ted.martin
Registered User.
- Local time
- Today, 09:26
- Joined
- Sep 24, 2004
- Messages
- 743
I have a Mainform F-Jobs; SubForm1 SF-Job Tasks and within this subform is a second subform SF-Job Task Details. This second subform is a continuous form
Within SF-Job Task Details there is a field JobDetailsID
In essence it is
[Forms].[F-Jobs].[SF-Jobs Tasks].Form.[SF-Job Task Details].[Form].[JobDetailsID].value
Depending upon an action on the SubForm1, I want to set the focus to a particular field on SubForm 2 [SF-Job Task Details]
If this was not all happening on a second level subfrom, I would have used DoCmd.SearchForRecord acDataForm etc BUT you cannot use this for a SubForm
As always, I would appreciate any guidance.
Within SF-Job Task Details there is a field JobDetailsID
In essence it is
[Forms].[F-Jobs].[SF-Jobs Tasks].Form.[SF-Job Task Details].[Form].[JobDetailsID].value
Depending upon an action on the SubForm1, I want to set the focus to a particular field on SubForm 2 [SF-Job Task Details]
If this was not all happening on a second level subfrom, I would have used DoCmd.SearchForRecord acDataForm etc BUT you cannot use this for a SubForm
As always, I would appreciate any guidance.