Hi,
I have two tables for two different different types of cases, one for bespoke products one for 'off the shelf' items.
Both tables have a field called 'Product No', the the Product Number's in the bespoke table are all unique but the Product Numbers in the other table can repeat.
Our Finance guy has asked if there is a way to combine the two 'Product No' fields in either a query or another table to make his job a little easier.
Table 1
Product No
A
B
C
D
---------------
Table 2
Product No
E
F
G
H
Into----------
newTable/Query
Product No
A
B
C
D
E
F
G
H
I'm sure its relatively simple, but I seem to be having some serious brain freeze issues.
Thanks