Hello,
I have an Access report that works well. I need to add a prompt for
the user to input the month of data that the report will show. I used
an InputBox and instead of showing that month in the report, it shows
all months in the table. And the InputBox is automatically populated
w/ the current month. Here is the command I used:
=InputBox("Ente r Full Month and Year","Report
Month",Format$([USER_DATE],"mmmm yyyy",0,0))
any ideas what is wrong with this?
I have an Access report that works well. I need to add a prompt for
the user to input the month of data that the report will show. I used
an InputBox and instead of showing that month in the report, it shows
all months in the table. And the InputBox is automatically populated
w/ the current month. Here is the command I used:
=InputBox("Ente r Full Month and Year","Report
Month",Format$([USER_DATE],"mmmm yyyy",0,0))
any ideas what is wrong with this?
Comment