Hi All,
I wanted to get some help on creating a form which will give the user option to choose a printer? Any way of invoking a list of printers to choose from within a network?
Your input would be greatly appreciated.
Regards
Hi
Yap I had one more control assigned with the same field in the database(ClaimID). Now I removed it and I also have the third option available right now. I will try it and see what happens.
Thank you for the help.
dsk.
[This message has been edited by dsk (edited 12-16-2001).]
Hi pcs
I have only the first two options on the wizard of the combo box on my system. I dont have the third one as you are specifying. I only have two options.
I am using Microsoft Access 2000. Does version make a difference ?
dsk.
Hi
I have a custom designed access(.mdb) program which runs the application when I run it. I want to be able to get to the design form. When I run the .mdb file. It runs the application and does not have menus to get to the design state. Is it possible that the original developer may have...
Hi jwindon
Thanks for you reply.
I still have a problem.
I tried creating a combo box on the form with ClaimID which is the unique key. I populated it with the filed ClaimID from the table ClaimPayment. So when I ran the form. All the values are present in the combo box but they are not...
Hi
I have a Form(ClaimPayment) which is assigned to a table in the database(ClaimPayment Table) as a Record Source. The Form loads all the records in the Table. There are around 1200 records in the Table.
The problem I have right now is that I need to search with in the records in the...
I am using ADODB connectivity in Access. I am creating two multiple records sets and When i am try to use mulitple record sets with a while loop
it gives an error operation not allowed when the object is open
Code:
Option Compare Database
'Dim Recordset As ADODB.Recordset
'Public Rc As...
Hi,
Need some help on delcaring a Recordset object as a public variable.
I am populating a recordset in a function. Then I need to use the data in a different function. I am able to delcare the Recordset and populate it in the function as
Dim Recoreset as New OLEDB.Recordset.
This...
Hi all,
I am a beginner in access and I would really appreciate some help
in copying text entry in fields from one form and then pasting that text into another form (it would be the same form where the text was copied from). Could I use a toggle switch to do this kind of a copy and paste...
Hi,
I have the following code written in access vb to print a report form, the recordset. I have the record set defined and have the data inside the recordset as well. The problem I have is that I need to assign the name of the recordset to the RecordSource property of the report . I have all...