S
SharonInGeorgia
The data imported into Access includes a spreadsheet with monthly figures.
Once the month is select, a crosstab table is created using the month's
financial numbers.
I also need the date in two other locations.
1. For the final Report Heading in the format as "January 31, 2006" and
2. As a field in the History table that appends each month's records.
At one point in the code, I prompt the user for the month as "Jan", or
"Feb", or "Mar" .... then I create the Crosstab table. I also prompt the
user for the report heading date (format: "January 31, 2006" and finally, I
prompt the user for the History table date (any date format would work as
long as it's consistent for each month). HELP ! How can I prompt the user
only one time and carry that date throughout the application. (Using the
function Date () - days or months does not work since the report for January,
February or March can be pulled anytime in the year)
Once the month is select, a crosstab table is created using the month's
financial numbers.
I also need the date in two other locations.
1. For the final Report Heading in the format as "January 31, 2006" and
2. As a field in the History table that appends each month's records.
At one point in the code, I prompt the user for the month as "Jan", or
"Feb", or "Mar" .... then I create the Crosstab table. I also prompt the
user for the report heading date (format: "January 31, 2006" and finally, I
prompt the user for the History table date (any date format would work as
long as it's consistent for each month). HELP ! How can I prompt the user
only one time and carry that date throughout the application. (Using the
function Date () - days or months does not work since the report for January,
February or March can be pulled anytime in the year)