hullstorage
Registered User.
- Local time
- Today, 11:34
- Joined
- Jul 18, 2007
- Messages
- 213
Hi all, a bit rusty as not used access in a while but decided to create new database so getting back to grips lol
anyway i have form called goodsinward and subform goodsinwarddetails
how do i move from field in form (after update) to field in subform ?
Ive tried these but getting error
Forms!GoodsInwardDetails_Subform.SetFocus
Forms!GoodsInwardDetails_Subform.Form!SuNumber.SetFocus
also tried
Forms!GoodsInwardDetails.SetFocus
Forms!GoodsInwardDetails.Form!SuNumber.SetFocus
also tried
Me!GoodsInwardDetails.SetFocus
Me!GoodsInwardDetails!SuNumber.SetFocus
anyway i have form called goodsinward and subform goodsinwarddetails
how do i move from field in form (after update) to field in subform ?
Ive tried these but getting error
Forms!GoodsInwardDetails_Subform.SetFocus
Forms!GoodsInwardDetails_Subform.Form!SuNumber.SetFocus
also tried
Forms!GoodsInwardDetails.SetFocus
Forms!GoodsInwardDetails.Form!SuNumber.SetFocus
also tried
Me!GoodsInwardDetails.SetFocus
Me!GoodsInwardDetails!SuNumber.SetFocus