Hope this is a quick one -- I am probably being pretty dense.
I need to ensure when a user updates the value on a control and it goes to the next record that the control they just updated has focus (sometimes, not all the time).
Thought this was working but it is not
dim ControlName as control
set controlname = folio
After I do some stuff including a requery, I try to set the focus to ControlName for the following record.
But, the VALUE of folio is stored versus the control - found this out when I cleared the variable and thus nulled the field. Any ideas?
Thank, Nancy
I need to ensure when a user updates the value on a control and it goes to the next record that the control they just updated has focus (sometimes, not all the time).
Thought this was working but it is not
dim ControlName as control
set controlname = folio
After I do some stuff including a requery, I try to set the focus to ControlName for the following record.
But, the VALUE of folio is stored versus the control - found this out when I cleared the variable and thus nulled the field. Any ideas?
Thank, Nancy