I have two tables in one database. I need to "SELECT * FROM table1 and ORDER BY (a field in table 2)". Is this where I need to have a cross join (Cartesian Product), and does that work with Access? The two tables have at least one field with same name but different data...whatamess.
I don't have enough experience to make best solution...any suggestions would be appreciated.
I don't have enough experience to make best solution...any suggestions would be appreciated.