E
EagleOne
2003
If two tables are joined, how can I have all records included from Db1 (fieldname = "Found_YN")
populated with either "Found" or "Not Found" depending whether their is a valid Join of related
fields in Db2?
FROM Db1 INNER JOIN Db2 ON Db1.MC=Db2.NEWMC
I am probably over thinking this. I may not have to Join the tables but not sure.
TIA EagleOne
If two tables are joined, how can I have all records included from Db1 (fieldname = "Found_YN")
populated with either "Found" or "Not Found" depending whether their is a valid Join of related
fields in Db2?
FROM Db1 INNER JOIN Db2 ON Db1.MC=Db2.NEWMC
I am probably over thinking this. I may not have to Join the tables but not sure.
TIA EagleOne