Hi Greaser!
Perhaps it's a bit late to answer to your thread, but if it could help you ... I think I have a solution to your problem : instead of isnull(rs), try rs.Nomatch.
Have a wonderful day
Flo
Hello
I try to convert a .doc-file into a .pdf-file using an object called ACRODISTXLib.PdfDistiller with the following code:
Public WithEvents oDist As ACRODISTXLib.PdfDistiller
function printPDF()
Dim result As Integer
set odist = New ACRODISTXLib.PdfDistiller
result = oDist.FileToPDF...
Thanks for this dear oharab...
My problem is that I just can't access the help !
I wonder how my boss wants me to work ...
But I think this problem will be resolved tomorrow ...
Bye
Hello!
Try this one :
Public Function Testing(Whatever As TextBox)
DoCmd.RunSQL " SELECT * INTO [tblTempFind] " &_
"FROM [tblCourses]" & _
" WHERE (([Trainer].Value) = "& Whatever & ");"
End Function
I hope this one will help...
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.