I am sure this is something simple but this code goves me runtime error 13, type mismatch:
Dim CurDB
Dim Rs As Recordset
Dim Ctrl As Control
Dim Entry As Variant
Set CurDB = CurrentDb()
Set Rs = CurDB.OpenRecordset("tblTemp_Grp"
**
Set Ctrl = Me![lstAvailable]
** This is where it errors, all tables are in the same db as code, using Access 2002 ... any help would be appreciated.
Thank you,
Bill
Dim CurDB
Dim Rs As Recordset
Dim Ctrl As Control
Dim Entry As Variant
Set CurDB = CurrentDb()
Set Rs = CurDB.OpenRecordset("tblTemp_Grp"
Set Ctrl = Me![lstAvailable]
** This is where it errors, all tables are in the same db as code, using Access 2002 ... any help would be appreciated.
Thank you,
Bill