![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a form frmProducts with fields such as ProdID which are based on tblProducts. I have a subform in this form SfrmSub where I enter values (all works well so far) The problem I am having is that when I tab through SfrmSub and get to the last tabbed field, it clears the subform as if it were adding a new set of data to that record (like a new line in a datasheet) I just want to know how to make it so when I tab from the last field in my subform, the focus goes to to another subform or another field in my form. and yes, I did set the focus manually, but it still clears my subform as if it were adding another set of data to the same record. Any thoughts? |
#3
| |||
| |||
|
|
WhathaveIdone? wrote: I have a form frmProducts with fields such as ProdID which are based on tblProducts. I have a subform in this form SfrmSub where I enter values (all works well so far) The problem I am having is that when I tab through SfrmSub and get to the last tabbed field, it clears the subform as if it were adding a new set of data to that record (like a new line in a datasheet) I just want to know how to make it so when I tab from the last field in my subform, the focus goes to to another subform or another field in my form. and yes, I did set the focus manually, but it still clears my subform as if it were adding another set of data to the same record. Any thoughts? In the subform's property sheet you can set from AllRecords to CurrentRecord. *It won't skip to another field outside of the subform tho. |
![]() |
| Thread Tools | |
| Display Modes | |
| |