Does anyone have experience in using Access to generate reports with barcodes in them?
I want to be able to encode and print information from my application as a barcode (Probably code 128).
I would also like to rig a scanner up to input information into this application.
Any suggestions for...
I have a VBA function which runs from an MS Access Application.
The module opens a given file, highlights the first few lines of text and then closes the file.
However, I want to store this selected text within a string variable - I have very little knowledge of lotusscript and need to know...
OK, so far so good, I now have a tempObject refering to
the existing text object:
(strHandle is sent to this function from elsewhere)
Dim tempObj As AcadObject
Set tempObj = ThisDrawing.HandleToObject(strHandle)
But how specifically can I now change the text contained in that...
I am fairly new to AutoCAD VBA, so please bear with me.
I have 4 / 5 existing lines of text (seperate AcadText entities, each of which I know the handles for) and would like to programatically change the text entry for each.
How can I refer to these select each entity with in VBA and change...
Thank-you, for the record, here is the final code:
Dim intColumnCount As Integer
Dim strProjectDetails, strJobNumber As String
intColumnCount = 0
Do Until recs.EOF
strProjectDetails = IIf(IsNull(recs!projectdetails), "<NO DETAILS ENTERED!>", recs!projectdetails)...
Thank-you Scott, works like a treat, just one more question if you may;
Do Until adoRs.EOF
ComboBox1.AddItem adoRs("JobPK").Value
adoRs.MoveNext
Loop
adoRs.Close
If I have 3 fields in the recordset:
JobPK
JobNumber
JobDescription
How simple is it to add these 3 as...
Acad 2000:
I would like to create us UserForm with a combo-box whos recordsource is based on data held in a secured MS Access 2000 database.
I know how to create the form and place the combo-box on it
I know how to connect to this db using adodb and can create a recordset using this method...
Neither are life threatening, but troublesome all the same.
1. I have lost the ability to view source of web pages. It used to open notepad to view, not it does nothing.
2. when I click a link to d/l any mp3, I get a text file. I can right click and save as, but not directly click. Maybe...
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.