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 TouchToneTommy 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: rkinrade
  • Content: Threads
  • Order by date
  1. rkinrade

    Trying to print a jpeg from Access

    I have a VB application that prints a report from an Access Database. The only trouble I'm having is printing the CustSign field which is an OLE Object (a jpeg image of the Customer's signature). The report prints out beautifully, just without the signature. Here's the code. Thanks in advance...
  2. rkinrade

    I'm trying to print a report from access using VB and ADOX???

    I'm trying to print a report from an access database using an interface created in VB. Here's the code: Private Sub cmdPrintTest_Click() 'testing the printer Dim SelDir As String Dim AA As Access.Application Set AA = New Access.Application AA.OpenCurrentDatabase DBLocation...
  3. rkinrade

    How do I limit the number of users?

    Hi, I would like to develop an interface that will allow upto five users, but no more than five to have access the the SQL 7 database. How can I do this. Thanks in advance.
  4. rkinrade

    How do I limit the number of users?

    Hi, I'd like to develop an interface that is licensed to only five users. I'd like help with ensuring that only these five users have access to the SQL7 database. Thanks in advance.
  5. rkinrade

    How do I include the apostrophe?

    When wanting to insert info from a textbox such as "John's Store", how would I include the apostrophe in John's without the SQL statement crashing?
  6. rkinrade

    How do I export an Access Report to a PDF file using Visual Basic?

    I need to export an Access XP Report to a PDF file using Visual Basic. The PDF file will then be sent as an e-mail attachment.
  7. rkinrade

    How do I export an access report to a pdf file using vb code?

    I need to export an Access XP report to an Acrobat PDF file, which will then be sent as an email attachment. Any help in this endevor will be greatly apprecitated.
  8. rkinrade

    How do i export an access report to a pdf file?

    How do i export an access report to a pdf file?

Part and Inventory Search

Back
Top