Hello, im going to try and keep this as simple as i can k,
I have 2 tables, with the exact same fields, and the exact same records, but with one exception, one of the tables have some missing data in it, so i created a union query out of the 2 tables, and i added the Group By within Totals of the union query.
so my question is, is it possible to populate the blank missing data within the union query, with the second tables available Value ?
so in conclusion im trying to group 2 records, one of which has missing data, and other has the available data, into 1 record which has all the data,
any help would be much appreciated.