I've been desperately trying to prepare a database query from Access to Excel. The problem is, when I ask MS Query to import data from more than one table, no data is importing, only the headings. The SQL is as follows:
Code:
SELECT Expense.Rent, Expense.Utilities, Assets.Cash, FROM `C:\My Documents\Accounts`.Expense Expense, ‘C:\My Documents/Accounts’.Assets Assets WHERE TransactionID =
Leave a comment: