Hello everyone,
I have a problem with my database in Access
in my database I have 4 tables
in first one I have list of all records that I'm workin in my database, so all records that exist in 2. 3. and 4. table are in first one (connected with a key) with some basic info. I also have some additional tables that are connected with jst one table
in second table I have most of records from 1. table (and they are, as in other tables connected with first table with a key)
in third table I have less records than in second with lot of diffrent data, and have some records that don't exist in 2. table
in fourth table I have even less records (from which most of them are in second table, and some of then are both in second and third table)
because of my business, I divided my database in 3 different parts, but they are all connected with first table (and first table has all records that exist in database)
my problem is:
I want to make report or form that will show show ALL records from 1. table, and all data that exist from other tables (if they exist)
when I make that report I could see only data that exist in all four tables
first table has 250 records, second 150, third 120, and fourth 40
and when I make that kind of report form I can see less than 40 records
and I want to see all info in one report/form (even if they don't exist in other tables)
I hope that you understand me, and that you can help me
thank you very much in advance