Search results

  1. M

    Opening a specific switchboard

    This might sound dumb, but I want to display a specific switchboard based upon a user event. Is there a way to do this?
  2. M

    query with dlookup

    Thank you so much :) it works great
  3. M

    query with dlookup

    I am trying to run a query to filter records based upon the current user's department. I have the following criteria in my query: DLookUp("[UserDepartment]","UserList","[LoginID ='" & CurrentUser & "'" ]") I am receiving the following error: The expression you entered contains invalid...
  4. M

    Data Insert...getting back the "autonumber" value.

    Use mean to read the autonumber field for use somewhere else?
  5. M

    multi-user question

    I'm designing a multi-user database, which is something I've not done before. I already have coding planned for filtering records and reports by userID, and plans to institute a security table containing userID's and departments (restricting some of the users to only view records in their...
Back
Top Bottom