Hello!
I have two tables
Table1[Date,Time,SenderID,SenderName,ReceiverID,Re
ceiverName,Type,Direction,Location]
Table2[Date,Time,SenderID,ReceiverID,Type,Directio
n,Code,Reference]
How can I merge theese two tables into one table/query with all the coulumns included like:
MergedTable[Date,Time,SenderID,SenderName,Receiver
ID,ReceiverName,Type,Direction,Location,Code,Refer
ence]
noccy
I have two tables
Table1[Date,Time,SenderID,SenderName,ReceiverID,Re
ceiverName,Type,Direction,Location]
Table2[Date,Time,SenderID,ReceiverID,Type,Directio
n,Code,Reference]
How can I merge theese two tables into one table/query with all the coulumns included like:
MergedTable[Date,Time,SenderID,SenderName,Receiver
ID,ReceiverName,Type,Direction,Location,Code,Refer
ence]
noccy