The follwing SQL is giving error:
Set rs = CurrentDb.OpenRecordset("SELECT * FROM tbl_Attendants WHERE Parish_Group_ID = Me![Parish_Group_ID]"
Error: Too few parameters. Expected 1.
I can run the SQL statement alone and it works fine.
Any thoughts? *************
M. MARNEY
Set rs = CurrentDb.OpenRecordset("SELECT * FROM tbl_Attendants WHERE Parish_Group_ID = Me![Parish_Group_ID]"
Error: Too few parameters. Expected 1.
I can run the SQL statement alone and it works fine.
Any thoughts? *************
M. MARNEY