Hi All,
I am building VBA tool and need to incorporate report into it. Data is recorded in Access database.
User will pick status of project and project code list to see in the Report.
I build SQL which works in Access query, but fails in VBA
sample query
SELECT * FROM Key_table WHERE...