819 Ag
03-18-2002, 01:28 PM
Friends,
I have a form based on an append query (the append query is based on a find unmatched query). I run the queries and then I requery the form and the focus moves to the first record in the form. I do not want it to do this.
In this form a have two fields: PanelID and TimeOut. PanelID is brought over from another table and the user populates the TimeOut field with a button click.
The queries are only bringing over the new records which is good, but I need to have the record pointer left on the last record that was populated with a time stamp.
This is crucial because I can't have this function go back to the first record every time because it would change the time stamp in my time field.
Is there any way to keep the pointer at the last record that was populated with a time stamp in the form?
Thanks again.
I have a form based on an append query (the append query is based on a find unmatched query). I run the queries and then I requery the form and the focus moves to the first record in the form. I do not want it to do this.
In this form a have two fields: PanelID and TimeOut. PanelID is brought over from another table and the user populates the TimeOut field with a button click.
The queries are only bringing over the new records which is good, but I need to have the record pointer left on the last record that was populated with a time stamp.
This is crucial because I can't have this function go back to the first record every time because it would change the time stamp in my time field.
Is there any way to keep the pointer at the last record that was populated with a time stamp in the form?
Thanks again.