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