I have made a form where the data that is entered is recorded and displayed in a subform based off of a query. The query displays the records by Date and Time in ascending order. When I open the form, the subform displays the first record in the query. I would like the subform to automatically display the last record (most recent) instead. I can't have the query display the date/time in descending order for other reasons.
Basically, I need a code that will automatically scroll my query to the bottom in the subform when I open the main form.
Thanks
Basically, I need a code that will automatically scroll my query to the bottom in the subform when I open the main form.
Thanks