Appending Un matched Data in Tables

  • Thread starter Thread starter jagstirling
  • Start date Start date
J

jagstirling

Can you help ?

I have the following four tables in my database;

Table 1
Student Number
Course Number
Actual Exam %

Table 2
Student Number
Student Name

Table 3
Course Number
Course Name

Table 4
Expected Exam %

I have relationships between identical field names in each table

I find that I have some Student Numbes who do not have Expected Exa
Results and as such when I run a query using Table 1 and Table 4 the
are ommitted.

I know that if I run an unmatched query and then use the appen
function to append the unmatched names from Table 1 : Student Number t
Table 4 : Expected Exam % this problem will be solved.

My question is ............. Is there another method other than appen
method above that I could use ?

Thanks for your help
 
Hi,


You transform the SELECT query (finding unmatched records) for a append
query (from the appropriate button on the toolbar, as example) and you just
"run" that query.

Hoping it may help,
Vanderghast, Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VBA 0
Is this an Append Query? 1
Junction table question 4
using data from two tables 3
Tables and Relationships Question 1
Database for a Testing Center - Tracking dates 1
Setting up Tables 3
More Help Please 2

Back
Top