I have a subform that is a datasheet, I want to keep a field "locked" until a number of fields are filled in. What would be the best event to place this validation?
By calling the subroutine from the Form_Current, you ensure that as you move between records, the Locked property will be set specific to that each individual record.
Extra points to fyed for being first, both were helpful.
Microsoft Access
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.