HI
Is there any way while having a data entry form open and using "After Update" to use ADO to open a query that runs the data on the still incomplete open recordset of the form.
rst.MoveLast brings me to the last completed line of data entry, but I want to access the line still being entered.
I can see several work arounds here but I wonder if there is a better way.
Thank You
Ivan
Is there any way while having a data entry form open and using "After Update" to use ADO to open a query that runs the data on the still incomplete open recordset of the form.
rst.MoveLast brings me to the last completed line of data entry, but I want to access the line still being entered.
I can see several work arounds here but I wonder if there is a better way.
Thank You
Ivan
Comment