According to Access 2007, when I use the query builder, this sql code returns exactly what I want from my table
but when I am using the DAO.OpenRecords et method to run the sql statement I get an error saying "to few parameters. Expected 1"
Any help resolving this will be greatly appreciated.
Thanks
Code:
Select reports.[rptName] FROM reports WHERE (((reports.rptLable)=[Forms]![startup]![rptPicker]));
Any help resolving this will be greatly appreciated.
Thanks
Comment