G
GuyanaSon
I have a form with a combo box. The combox box is set to select records from
a table. If a record is selected that is not in the table, a popup window
tells you that selection is not valid, then ask if you would you like to add
it.
If you select yes, a form popsup that allows you to add the record. Once the
information is added the form goes away and the information just added is
automatically selected.
Everything seems to work fine, except when the form popsup, i have to retype
the information I wish to add.
The VB code I use in this form is also used on another form in a different
database and it works fine.
a table. If a record is selected that is not in the table, a popup window
tells you that selection is not valid, then ask if you would you like to add
it.
If you select yes, a form popsup that allows you to add the record. Once the
information is added the form goes away and the information just added is
automatically selected.
Everything seems to work fine, except when the form popsup, i have to retype
the information I wish to add.
The VB code I use in this form is also used on another form in a different
database and it works fine.