Hello Andy,
I export the queries with "DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,"
The function name of the export command i added to the autoexec macro.
When windows scheduler opens the database than the autoexec macro runs the function.
So the "DoCmd code must open some of...
Hi,
I have an access 2003 database which runs automatically daily reports.
But i have to create monthly queries in the same access database which
must run reports only the first date of the month.
So if the case is first day of the month than the monthly should be executed.
can i this with a...
I built a access report (label_new) with a grouping on Unique ID.
The report header contains customer iformation and the details
contains the location where goods should be picked from.
The report details looks like :
AB1054
AB1064
AB1163
AB1173
But i want to print it on the label like ...
i am getting the error "string is reuired here" see !!! marks
StringVar result;
NumberVar i := 1;
For i := 1 to ubound({?T-DOC}) do
result := result + !!!! {?T-DOC} + chr(13);
result;
when i use lbass's formula to display multiple values, i get
the following result : "123654 to 125478" .
I want the result as follow:
Input
10
20
30
the report should reflect the same values.
10
20
30
when i use the formula :
totext(minimum({?T-DOC}),0,"")+" to " +
totext(maximum({?T-DOC}),0,"")
i get the error "message too many agruments have been given
to this function
can someone tell me if it is possible to create a parameter
which is not based on a table . I just want to add a range of numbers on my report via parameter.
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.