tab stop causes bound textbox to lose value

  • Thread starter Thread starter tariss via AccessMonster.com
  • Start date Start date
T

tariss via AccessMonster.com

I have a simple form that is use to get a date range for a report which can
then be emailed. The form also has two hidden text boxes which are bount to
a table with one record (configuration table). The two fields are used as
part of the subject line of the email.

Anyhow, if I load the form and the tab around the form everything is fine
and the two hidden text boxes contain the proper values. The problem is
that if I cycle all the way through the tab order and loop back to the
first tab stop. For some reason, at this point the two hidden text boxes
are NULL.

What's going on?

Any help would be much appreciated.

tariss
 
OK, so it seems when you cycle through all the tabstops you advance to the
next record when you loop back to the first field again. I didn't know
this. Is there a way to stop this from happening?

thanks,
tariss
 
In the form's properties, change Cycle to Current Record.

HTH,
Debbie


|I have a simple form that is use to get a date range for a report which can
| then be emailed. The form also has two hidden text boxes which are bount to
| a table with one record (configuration table). The two fields are used as
| part of the subject line of the email.
|
| Anyhow, if I load the form and the tab around the form everything is fine
| and the two hidden text boxes contain the proper values. The problem is
| that if I cycle all the way through the tab order and loop back to the
| first tab stop. For some reason, at this point the two hidden text boxes
| are NULL.
|
| What's going on?
|
| Any help would be much appreciated.
|
| tariss
|
| --
|
 
Back
Top