G
Guest
Please help. I am attatching a module with code in it to a calculation
command button in my access program. But I keep getting a compile error at
this line:
Dim db as Database
I don't even have Database as a type of variable available. I am confused
because everything I have read and seen shows it like this with the next line
as
Set db = CurrentDb.
I don't know why it will not let me choose Dim db as Database.
Any help would be great.
Thank You
command button in my access program. But I keep getting a compile error at
this line:
Dim db as Database
I don't even have Database as a type of variable available. I am confused
because everything I have read and seen shows it like this with the next line
as
Set db = CurrentDb.
I don't know why it will not let me choose Dim db as Database.
Any help would be great.
Thank You