Hullo Jason,
You suggested that you could send me details of what you did in Access to print barcodes and make it easy.
If at all possible please let me have it.
Thanks
Romnew
Hi all,
I wish to open Barcode software from Access 2000 and print a barcode label from detail data in Access.
I am not familiar with the "shell" of other softare from Access. Any help appreciated.
Thanks
Hi Peter,
Problem solved! Thanks be to your reply above. Have a star.
The form on open now prints all the snapshot reports from the allocated folder.
Here is the final code:
Private Sub Form_Open(Cancel As Integer)
Dim folderspec As String, gstrFolderPath As String
Dim snp As SnapshotViewer...
Hi PHV,
I have changed the code with your suggestion, but boms out with error:"Activex cannot create an object"
This cooky seems hard!
I am searching though.
Cheers
Piet
Hullo Kchernak and everyone,
Kchernak, you wrote in your post, the same name as above, the following:
I spent some time looking through the snapview help files and ended up having to create a form with a snapshot control where I could manipulate the snapshot path property using code, and then...
Hullo Kchernak,
Sorry I was so driven up the wall that I spoke to you as if you knew all my frustation.
I run AccesXP.
I have created a form with the snapshot viewer and a ref to an existing snp report in another folder, and which on open checks a folder for files. If present I check for snp...
Hullo Kchernak,
I have now tried two days to change the snapshotpath
on a form to reflect the snp report.
I am at my wits end after searching the snapshot viewer
on the net.
Please place your solution.
It is highly appreciated
Thanks again
Piet
Hullo everyone,
I am sent a snapshot report by email.
How do I print this report from Access using VBA?
Another question please: How does one import a table into a Database from another database using VBA?
Your help is greatly appreciated
Thanks
Piet
Hi everyone,
I have code (snippet below) which creates a excell sheet from an access recordset.
After the process it shows the sheet and a prompt to save changes
How can one prevent this happening.
With objSht
.Range(.Cells(1, 1), .Cells(conMAX_ROWS, _
intLastCol)).ClearContents...
Hi PH and Gerry,
I thank you guys for your attention in this matter. It is nice to know that there are people prepared to help.It encourages one not to be discouraged and to carry on regardless.
I am happy to say that the problem is solved. By looking at the object model more closely and your...
Hi PHV,
Please bear with me. This is the first attempt to do something with outlook programming, and what a battle.
The code below as suggested boms out with: "cannot save attachments. You dont have adequate permissions" I have checked OUTLOOK for a setting but no luck.
Dim olApp As...
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.