Making progress on my first database. Using 2003 with security. I want to display form based on current user. My thought is to do a macro with the following conditions:
Condition
CurrentUser()=[BOB] Or CurrentUser()=[CONNIE] Or CurrentUser()=[ENIS]
Action
Openform (with the specific form for...