mraetrudeaujr
Technical User
I am building an Access 2000 application with a 'tabbed' form (GUI). The first tab is labeled 'Quick Look', the second 'General Info', the third 'Arrest Info', and the fourth 'OR Info'.
It is slowly coming together, but the curiosity of the users on the floor have prompted them to put in their ideas. That's okay, though...they will be the ones inputting the data. However, it has required me to import the tables from two other databases.
After importing these tables I 'linked' them by their common field -- "LOG". Then I chose the join property option #3 "Include ALL records from '2005 OR's' and only those records from '2005 Log' where the joined fields are equal". These three tables have many common fields, so this is why I wanted to link them. There are too many records to try and import them into one table, and I don't know if that would be a good idea either. A better way would be to continue using the tables as is, but then 'pull' the information into this tab. I don't want to overwrite any previous information. How would I pull in the fields and their respective data into one table?
It is slowly coming together, but the curiosity of the users on the floor have prompted them to put in their ideas. That's okay, though...they will be the ones inputting the data. However, it has required me to import the tables from two other databases.
After importing these tables I 'linked' them by their common field -- "LOG". Then I chose the join property option #3 "Include ALL records from '2005 OR's' and only those records from '2005 Log' where the joined fields are equal". These three tables have many common fields, so this is why I wanted to link them. There are too many records to try and import them into one table, and I don't know if that would be a good idea either. A better way would be to continue using the tables as is, but then 'pull' the information into this tab. I don't want to overwrite any previous information. How would I pull in the fields and their respective data into one table?