Search results

  1. 1

    Find Record, if not found add new

    I have a Parent form and Child form each with a corresponding table. The Parent table has ParentID as Auto number for the primary key, the Child table has childID as Auto number for the primary key and ParentID as the foreign key. The user enters a new parent or looks up an existing parent...
  2. 1

    Form Navigation

    I wanted to get some advice on form navigation. Here is a very basic summary of my db. I have parent, child, and accounting tables, and each has a form for data entry. The Parent table has ParentID as Auto number for the primary key, the Child table has childID as Auto number for the primary...
  3. 1

    Auto fill based off combo box

    I have a Client form and table with name, address, etc. as well as the services that they are using. I would like to be able to look up a service from the service table and fill in the related fields. I tried the wizard, but it only allows you to store 1 value in the db. Also find a record...
Back
Top Bottom