G
Guest
I have a mainform that opens when db is launched.
I have it set so that it opens to a blank record
with a combo box to find the correct record.
If user sees correct record with information , he clicks a button to open
another form(lets call it Form2) to enter data.
Once Data is entered into Form2, I have a button taking user back to
MainForm, and I want it to once again be blank.
It retains the last person entered into the combo box.
I am thinking that is because the mainform remains open when you go to
Form2, so how can I get the mainform to close when you click the button to go
to Form2.
Thanks!!
I have it set so that it opens to a blank record
with a combo box to find the correct record.
If user sees correct record with information , he clicks a button to open
another form(lets call it Form2) to enter data.
Once Data is entered into Form2, I have a button taking user back to
MainForm, and I want it to once again be blank.
It retains the last person entered into the combo box.
I am thinking that is because the mainform remains open when you go to
Form2, so how can I get the mainform to close when you click the button to go
to Form2.
Thanks!!