Search results

  1. S

    Login name - update field on subform

    Thanks for responding. For the login form, I have a combo box where users select their name & ID number. The login name is captured as a temp var. The Welcome box (on a separate subform) is coded: ="Welcome, " & [TempVars]![LoginSNUM] & "!" The issue I have, and maybe it is nit-picky, is that...
  2. S

    Login name - update field on subform

    I have an access 2010 database with an initial form for user login. After selecting their login, users go to the main tabbed navigation form. On the first tab, I have form with a dashboard as a subform containing a field that says "Welcome" with the user's name (obtained from the login). My...
  3. S

    MAX Function returns incorrect value

    DevEntryQ is the table. I think I figured it out! The primary key for my Quarters table started autonumbering at 2 instead of 1 and I believe that is the number that was being retrieved by the MAX function. So I'll delete that as the primary key and just use the quarter numbers instead. That...
  4. S

    MAX Function returns incorrect value

    Hi All, I'm working on a database to track our program's performance under different grants. Services performed for each grant would be entered on a quarterly basis. I am tracking the number completed for each service during the quarterly period. I want to create a report that shows progress...
  5. S

    New User

    Hi all. I am new to this forum. I have some experience with access but have only worked on it piecemeal. I'm working on a project right now that I need help with.
Back
Top Bottom