Is it possible to populate a field with its previous value. A record is added every hour, a product is chosen from a drop down. 98% of the time it stays the same but every now and again the product will change.
Create a query that shows only the last record. In the default value of the control on the form you can do:
=DLast("fieldname","qryMost_Recent_Record")
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.