G
Guest
Gday
Couple of questions I can't figure out, I'd really appreciate your help
1. Have a subform with multiple records (continuous view) on a main form. 4 controls on the main form, the subform has the 2nd tab order
When I get to the last record in the subform and press tab, I'd like it to get out of the subform and continue with the tab order of the main form. How can I do this? Currently the statusbar says 'calculating...' for a couple of seconds and it doesn't move
2. Within the subform, on each record there is a combobox. On Focus it requeries the combobox to make the options valid for the record that it is on. Each record only has 1 enabled control which is this combobox. Some records have a default value in the combox saying "No response for this record". What I want to do is that if somebody tabs into this record I want to include code (on focus with the current requery code) that will say
If combobox = "No response for this record" then <tab to next record/control
What code do I use for this
Thanks loads
Mikey
Couple of questions I can't figure out, I'd really appreciate your help
1. Have a subform with multiple records (continuous view) on a main form. 4 controls on the main form, the subform has the 2nd tab order
When I get to the last record in the subform and press tab, I'd like it to get out of the subform and continue with the tab order of the main form. How can I do this? Currently the statusbar says 'calculating...' for a couple of seconds and it doesn't move
2. Within the subform, on each record there is a combobox. On Focus it requeries the combobox to make the options valid for the record that it is on. Each record only has 1 enabled control which is this combobox. Some records have a default value in the combox saying "No response for this record". What I want to do is that if somebody tabs into this record I want to include code (on focus with the current requery code) that will say
If combobox = "No response for this record" then <tab to next record/control
What code do I use for this
Thanks loads
Mikey