"class does not support automation or does not support expected interface"...what is tis error?...
tis is my code
Public Sub sentMail()
Dim objOutlook As New Outlook.Application
Dim objMessage As MailItem
Set objOutlook = CreateObject("Outlook.Application")
Set objMessage =...
Public Function CreateWord(strDocuPath As String)
'function returns nothing, but I created this as a
'function so all those macro users out there could
'use it also. :P
'if no path is passed to function, exit - no further
'need to do anything
If IsNull(strDocuPath) Or...
i wan to open a report from my form...when i click the button to open the report...it gave me a error "Data type mismatch in criteria expression"...whats wrong?...can someone help?...
my code
Private Sub Command12_Click()
On Error GoTo Err_Command12_Click
DoCmd.OpenReport...
i wan to create a form to search for owner of car use car number..i hav 3 textbox in my form..1 for car number,1 for name n 1 more for enter car number to search...i wan the result to be display in the textbox..can u all help me?...thanks...
when i open the form,as i dun wan user to be able to enter anything at first i disable the button.i wan to enable the buttons after i click on a button.how can i do it???can u guys pls help...thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.