Hi there you all!!
A question:
I'm trying to make a query in the OpenRecordset statement
as follows but VB answers that there are "Too few
parameters, Expected 1."
Do you have any idea what I'm doing wrong??
([CmboProjectName] is a ComboBox in my Form)
Set Dbs = CurrentDb
Set ActRst = Dbs.OpenRecordset("SELECT * FROM Activity
WHERE (((Activity.ProjectName) = [CmboProjectName].
[Value]))", dbOpenDynaset)
Thanks
Perry