Search results

  1. M

    switchboard buttons not responding after adding macro to open event

    I added a macro on the open event of main switchboard to hide database window based on CurrentUser(). The macro works fine but now nothing happens when you click on the button on the swithboard. The only button that still works is exit access. I assume that my Macro is incomplete, but I am new...
  2. M

    macro using CurrentUser()

    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...
  3. M

    display toolbar based on user group security

    I need to hide the database window and the design view button on the toolbar for all users other than myself who is the administrator.
  4. M

    diplaying one field in pick list but storing another

    I am just learning Access and creating a database for my company. I added a combo box to a form for state selection. I copied code from an example in a tutorial. The row source code reads like this SELECT DISTINCT STATELOOKUP.CONCSTATE, [CONCSTATE] AS STATE FROM STATELOOKUP ORDER BY...
Back
Top Bottom