I am trying to join two tables based off the fields salesorderyear and salesordernum
tblA
salesorderyear
salesordrenum
tblb
soyear
sonum
It is a 1:1 relationship. There are a bunch of fields so the tables are divided based on sections of a report.
I am trying to join the data for the report but am not sure since it is two fields instead of 1.
Any help would be appreciated!
ck1999
tblA
salesorderyear
salesordrenum
tblb
soyear
sonum
It is a 1:1 relationship. There are a bunch of fields so the tables are divided based on sections of a report.
I am trying to join the data for the report but am not sure since it is two fields instead of 1.
Any help would be appreciated!
ck1999