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