Search results

  1. M

    Adding records only?

    How do I configure a form so it can only add records. I don't want users to see what is currently stored in the table, just add records to it.
  2. M

    This line of code?

    My DB doesn't like this line of code, why? If Me.txtpassword = Nz(DLookup("LecturerPassword", "user_tbl", "[LecturerLoginID] = " & Chr(34) & Me.txtuser & Chr(34)), "") it has a problem with the [LecturerLoginID], I'm not a coder so I apologise if this is a simple problem.
  3. M

    Track user log in and outs.

    Hi, I want to be able to track users log-ins on my DB, basically when a user enters their username and password I want the the time they log in and their username recorded in table. I tried doing it from the the Helpdesk database found here...
  4. M

    Adding Value to a table field.

    Hi, I am building a DB for my college, it is needed to replace a spreadsheet they have in place. The spreadsheet is used to monitor and track Students grades. Each unit a student passes gives that student a certain number of points, the number of points depends on the grade (e.g. a student...
  5. M

    Question Normalisation and ERDs.

    Is there anywhere I can get I guide or walkthrough?
  6. M

    Question Audit log?

    Is their a way to create a audit log in access? I have a log-in screen on my db and every time a user logs in i want it to be recorded. is their away to do it? thanks
  7. M

    Question What have I done?

    On Access 2010 the tool-bar on the left hand side of the screen ( the one that holds my tables, reports ect) is locked. I can still open all the tables and such but I cant resize or move it. What have i done and can I fix it? I can provide a screen shot if necessary. thanks. :)
Back
Top Bottom