Search results

  1. P

    Auto update field on click

    Hi all I've followed the instructions on this post: http://www.access-programmers.co.uk/forums/showthread.php?t=85898&highlight=updating+field But, unfortunately doesn't seem to be working for me. I added the equivalant field to 'Hired' after I had previously made tables etc and started...
  2. P

    (Hopefully!) a very easy question to answer - running a query from a command button

    Hi all I'm currently working through developing my first database. Basically, what I would like is for a query to run from a command button. The query should look at a field in a table (a yes/no field) and report back the ones that have been filled in. I know how to run the query from the...
  3. P

    How do I get rid of "Enter Parameter Box"

    Hi All I currently have a log on form that checks a users password against passwords in a table, before opening a form at that users record. Ie, If Fred Bloggs logged in with password FRED, the next form would open at Fred Bloggs' record. I've used the following code: Private Sub...
  4. P

    Opening a form at a specific record

    Hi all Im currently designing one of my first databases! I've initiated a log on procedure, with a password. A user enters their ID and password. Once the correct password is entered, the next form is then loaded up, to which they make some choices. My problem is that I have lots of users...
Back
Top Bottom