Search results

  1. A

    Incrementing Values?

    I have a Family ID, which is my primary key, and it increments for each new record entered into the database. I want the records to start with Family ID = 100 and increment by 10 for all records entered after. example: Family ID = 100 Family ID = 110 Family ID = 120 Family ID = 130 Family ID =...
  2. A

    Need a report...

    Ok, HERE GOES I need a report created. The report is going to contain all attributes of one record from a query I have made. I would like to achieve this by having a drop down list on a form. Now, how can I do this? I have a drop down list(Combo box) and I can chose a record from the query...
  3. A

    Question

    How do I query a table for a particular field that is specified by user input. Ex. I have a form that has has a text box and the user is suppose to enter the familyID that he/she wants to print. I can query for all of a certain feild but I need to have this work with a user specified FamilyID...
  4. A

    Help!

    O.K. I have a form that has text boxes for fields from one table. I enter data into those text boxes and my table is updated. NOW, I need to place another text box on this form, but the field is from another table. How do I accomplish this? I can do this by recreating this form and placing the...
Back
Top Bottom