Ok, so I wrote a little VB program to do some database work for me on a test database, then I tried to just copy it over to my real database, and I'm finding problems... I'm thinking most of them have something to do with ADO vs. DAO, but I dunno. I made a second test database, cut'n pasted, and everything was fine... so I'm figuring it has to be some setting in the original DB.
I've pared it down to
Dim cnn As Connection
Set cnn = CurrentProject.Connection
and I get a type mismatch error, I have a feeling that if I can get that fixed, the other issues while resolve themselves, but we'll see.
Thanks much for any help,
Rob
I've pared it down to
Dim cnn As Connection
Set cnn = CurrentProject.Connection
and I get a type mismatch error, I have a feeling that if I can get that fixed, the other issues while resolve themselves, but we'll see.
Thanks much for any help,
Rob