I have a form to entry new data to table in Access 2010.
I want Request ID field to be Max(Req_Number)+1
from current table, whenever user add new record and want it to be filled automatically, also Req_Number
is the key. When use Data Mode all fields are blank so I wonder how to lock one filed with a function when entry data to a table using form in access?