Search results

  1. B

    My Autonumber Has reset to 1 ?

    I have an inventory split database. It has been working fine. I noticed when I try to enter a new record, it will not let me as it would create a duplicate record. It has actually started to use the autonumbers in the pk again reusing numbers that already exist starting at 1 and moving up...
  2. B

    Using data from textbox to select field from table

    I am trying to make a query that will take the value in a textbox on a form to determine the field to show from the queries underlying table. for example: fields step, 1, 2, 3, 4, 5 and records a, b, c, d step 1 2 3 4 5 a b ......"x" c d I have the query set up to select the specific...
  3. B

    using data from specific record of subform

    Hello, I am trying to get data from a specific record in a sub form. and save a result in the same record. specifically: I am using the following fields "teacher type","Class", "Step", "Hours", "Pay" I have two teacher types, Contract and hourly. a teacher can be either of these or both...
Back
Top Bottom