I have a command button that does many tasks on its on clink event. Apart from other tasks, it prints out 2 reports. The first report that it is printed comes to the defualt printer, but the second report prints to another printer and not to the default printer. Is there a report property or any...
I have a multiple selection list box. How do I get the value of the selection of the list box in a text box?
My lst box (lstPP) contains the following values:
1
2
3
4
5
If I select 1, the text box should get the value 1
If I select 1 and 3, the textbox should get the value 1,3
Help...
I have an access database that is used by mulitple users at different locations.
The users use the database through citrix and they quite often get a "Disk or Network Error".
There was a backend end and one front end to the database.
I made multiple copies of the front end, one...
I have an access database with the backend at one location and mulitple copies for the front end for all users at different locations.
The users use the database through citrix. They at times get a "Disk or Network Error".
Earlier I had the forms bounded to the tables and so though...
To open any report created in access, all I need to do is code the click event of a command button as :
docmd.openreport "rptName"
How do I get open a crystal report using a command button?
Thanks
I created a crosstab query and would like to create a report with it. The problem is that the column headings of the query change as per the parameters. How can I make this happen in a report.
Also, is there a way to open a recordset for a query.
I'll appreciate help.
Thanks
HI
I need to have the current date in one cell of an excel file depending on whether another cell is empty or not. I can do this with an if statement and copy the formula. The problem here is though that when I save the file and open it the next day, the date will update itself. I would like the...
Hi
I am able to open the recordset for a table. But how do I open it for a query...a query that I created using another query.
The code I use is:
rs.open "[qryQueryName]", conn, 1
The above code works just fine if I replace the query with an existing table.
Any suggestions?
HI Programmers:
My program send a report as an email to a distribution lis in snapshot format. I want the list to be opened in the maximized window when double clicked, but for some reason it only opens it a particular size. I tried going to Snapshot properties and select "maximize" 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.