Hi again
Hopefully a simple question. I have a form that has a text entry box and a button. a value is input into the box and the button then clicked. the button brings up another form giving the user the relevant information. the problem is that when the form is closed the first form then jumps back to the first record as apposed to a new record which it should do. I've tried to write VB code to do this but i cannot seem to get it to work.
RESULT: I have it partially working, i added a goto new record command in the on activate event. this works when the 2nd form opens, but not when it gives the msgbox for no records.
Hopefully someone will be able to give me some idea of how to sort this.
Thanks In advance
Hopefully a simple question. I have a form that has a text entry box and a button. a value is input into the box and the button then clicked. the button brings up another form giving the user the relevant information. the problem is that when the form is closed the first form then jumps back to the first record as apposed to a new record which it should do. I've tried to write VB code to do this but i cannot seem to get it to work.
RESULT: I have it partially working, i added a goto new record command in the on activate event. this works when the 2nd form opens, but not when it gives the msgbox for no records.
Hopefully someone will be able to give me some idea of how to sort this.
Thanks In advance
Last edited: