Hello, I have a continious form thats record source is a table (tbl_MachineOutput) not a query. How can I using VBA have the new record on top and then last record first so I dont have to scroll down the form?
You can't get the new, blank record to appear at the top. The normal solution is to use a form (never give users table access) with unbound text boxes at the top. When a user completes the text boxes, append the record to the table and requery the form to display all the records with a sort order by the most recent at the top.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.