S
Steve
Hi All:
I think I may be in over my head on something here. I have a database which
contaings, among other things, a table with fields for email addresses and
expiration dates. I am trying to set up something that will email a notice
to subscribers when their subscriptions are about to expire. I found the
following article at the MS Knowledge base covering this subject (sort of)
which is article number 318881.
Following the directions, I am getting this error when I debug the code:
Compile Error: User defined type not defined apparently relating to this
line of code:
Dim MyDB As Database
The only specified reference in the article is Microsoft Outlook 11.0 Object
Library, which is checked.
This has me completely baffled, so any help would be greatly appreciated.
Steve
I think I may be in over my head on something here. I have a database which
contaings, among other things, a table with fields for email addresses and
expiration dates. I am trying to set up something that will email a notice
to subscribers when their subscriptions are about to expire. I found the
following article at the MS Knowledge base covering this subject (sort of)
which is article number 318881.
Following the directions, I am getting this error when I debug the code:
Compile Error: User defined type not defined apparently relating to this
line of code:
Dim MyDB As Database
The only specified reference in the article is Microsoft Outlook 11.0 Object
Library, which is checked.
This has me completely baffled, so any help would be greatly appreciated.
Steve