Search results

  1. B

    Assigning variables

    We have two tables - Custody Log and Client We have a form with two fields that has been created from the Custody Log Table. The first field is a textbox where you type in a client number (txtClntNum), the other is the Client Field. We want txtClntNum_AfterUpdate() sub to get the...
  2. B

    Setting Values in a Form

    We have a table called Custody Log that has Lab ID #s for every sample rec'd by our lab. I want to set up a form for adding new samples to the table. The Lab ID for a new sample is 1 greater than the last entered sample. Last record in the table is 708005 How can I make the LabID field in the...
  3. B

    recording a macro in Acess 2007

    Hello, I learned a lot of the vba coding techniques I use in excel by using the macro recorder. A great way to learn to do things. I am now just starting out in Access, and would like to use a macro recorder to record actions I take. For example I would like to find the commands for...
Back
Top Bottom