I get the bug on the -->> line.
The debugger claims: Type Error MisMatch
Dim db As Database
Dim rec As Recordset
Set db = CurrentDb()
-->>Set rec = db.OpenRecordset("T_AppSegment"
The table exists and it's spelled right. Any clue why I'm getting a type error mismatch? I'm sure it's something stupid. I've got DAO 3.6 Ref library going.
I can offer nothing but a star for any help.
Also, I know I've posted a lot of questions, and let the record show you all have been very helpful. This app I've worked on off and on for the last 6 mos is really sweet. Thanks for help past, present and future.
The debugger claims: Type Error MisMatch
Dim db As Database
Dim rec As Recordset
Set db = CurrentDb()
-->>Set rec = db.OpenRecordset("T_AppSegment"
The table exists and it's spelled right. Any clue why I'm getting a type error mismatch? I'm sure it's something stupid. I've got DAO 3.6 Ref library going.
I can offer nothing but a star for any help.
Also, I know I've posted a lot of questions, and let the record show you all have been very helpful. This app I've worked on off and on for the last 6 mos is really sweet. Thanks for help past, present and future.