D
Denver
Hi,
I have a list box(List1) that displays all my weekly report with this
codes.....
SELECT [Name] FROM MSysObjects WHERE [Type]=1 AND [Name] LIKE
"*exception06W*" ORDER BY [Name];
i have a command button REPORT (Command0)..
i want that when i click to Command0 it will generate reports.
i have already a query for all the calculations for my weekly report.
i just want that whatever i selected from my List1 it will pass to that
query and reports. so that there is no need for me to do copy, paste and
rename..
hope someonse is kind to help me on how i can start my code for my Command0...
if you can give me a link for a dowload sample is better, too.
thanks
I have a list box(List1) that displays all my weekly report with this
codes.....
SELECT [Name] FROM MSysObjects WHERE [Type]=1 AND [Name] LIKE
"*exception06W*" ORDER BY [Name];
i have a command button REPORT (Command0)..
i want that when i click to Command0 it will generate reports.
i have already a query for all the calculations for my weekly report.
i just want that whatever i selected from my List1 it will pass to that
query and reports. so that there is no need for me to do copy, paste and
rename..
hope someonse is kind to help me on how i can start my code for my Command0...
if you can give me a link for a dowload sample is better, too.
thanks