Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: botte
  • Order by date
  1. botte

    Recordset is never null

    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
  2. botte

    Problems to convert document into pdf

    Please Waldemar, Could you be more explicit? Flo
  3. botte

    Problems to convert document into pdf

    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...
  4. botte

    registry setting calls

    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
  5. botte

    registry setting calls

    Yes yes ... I'm a beginner but don't tell this to my employer! Could you give me the code to get the registry setting calls? Many thanks botte
  6. botte

    Passing Parameters

    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...

Part and Inventory Search

Back
Top