jonamua1971
Registered User.
- Local time
- Today, 13:54
- Joined
- Mar 3, 2007
- Messages
- 97
Hi All
Thanks in advance for any help i will get.
i have a database that works just fine when it is not splinted.
i have a form where we can send appointments to Outlook Application but when it is splinted its gives a message (compile error- user-defined type not defined)
Private sub cmd addappt-click()
;;
Dim,Obj outlook As Outlook.application
the above statements are highlighted each time we try to set an appointment.
Also the Reference tab is not highlighted to for to see the library references
Thanks
Thanks in advance for any help i will get.
i have a database that works just fine when it is not splinted.
i have a form where we can send appointments to Outlook Application but when it is splinted its gives a message (compile error- user-defined type not defined)
Private sub cmd addappt-click()
;;
Dim,Obj outlook As Outlook.application
the above statements are highlighted each time we try to set an appointment.
Also the Reference tab is not highlighted to for to see the library references
Thanks