dmmckelv
01-04-2009, 11:54 AM
Can anyone help me understand why this code:
Dim ingredientTableRS As Recordset
Set ingredientTableRS = CurrentDb.OpenRecordset("ingredientTable")would give me a "Type Mismatch" error. I am using Microsoft Access version 2002 (I think this may be my problem, I am not used to it.)
Thanks for your help!
Dim ingredientTableRS As Recordset
Set ingredientTableRS = CurrentDb.OpenRecordset("ingredientTable")would give me a "Type Mismatch" error. I am using Microsoft Access version 2002 (I think this may be my problem, I am not used to it.)
Thanks for your help!