I am working with a 2010 Web Database that I recently took over. A request came in to see if I could password protect a certain form from opening with the appropriate password entered in an input box.
This wouldn’t be a problem in VBA, however I am not exactly sure how to implement this in a web database with the use of macros. Any suggestions on how to get it started?
I thought I could use the where condition on the open form
This wouldn’t be a problem in VBA, however I am not exactly sure how to implement this in a web database with the use of macros. Any suggestions on how to get it started?
I thought I could use the where condition on the open form
Code:
Open Form
[SIZE=3][FONT=Calibri]Form Name ContactDetails[/FONT][/SIZE]
[SIZE=3][FONT=Calibri]Where Condition = [name of command]=”my password”[/FONT][/SIZE]
[SIZE=3][FONT=Calibri]Data Mode Add[/FONT][/SIZE]
[SIZE=3][FONT=Calibri]Window Mode Dialog[/FONT][/SIZE]