I have developed a small access database in 2003.
Runs fine in that environment.
Moved it to a 2007/2010 environment and get the following error when running a report.
SELECT RoomBookings.Appdate, RoomBookings.Patient
FROM RoomBookings
WHERE (((RoomBookings.Appdate) Between [Forms]![frmListBookingsforaPeriod]![fromdate] And [Forms]![frmListBookingsforaPeriod]![todate]) AND ((RoomBookings.Patient)>""));
Qrynoofpatients1
SELECT qrynoofpatients.Patient, 1 AS noof
FROM qrynoofpatients
GROUP BY qrynoofpatients.Patient, 1;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.