I didnt get much of a response last time so i figured i will try to restate this.
I have one main table with 20 other tables that are linked depending on a user selection.
I will basically have 30+ reports one to two per table based on a user selection from the main table. ie who the data entry person selects the report to go to.
I have seen some of boblarsons examples but for someone with little vba knowledge is there a preferred way to group do a ton of reports?
My reports are going to be done weekly so i assumed i would need xx number of queries from which to link the reports to. However I am stuck other than making the query have a [] variable for the start and end dates of the week. I would love to take two variables and use them for all reports but that most likely puts it into extreme vba coding. I have seen some of boblarsons report examples but they appear to have a ton of vba coding behind the scenes.
The next question i have is when the reports come out i will have a blank area for them to enter text/response in. My main concern is what is the best output format to allow ease of data entry for another person that would maintain some sort of formatting from the reports? I realize pdf is the ideal choice but unless you have the pro version you cannot edit. I have yet to use word but heard some formatting does not carry over. Is excel the best choice for formatting items? If it is how does excel seperate each record from the report.
I have about 4 days to get something out quickly and then the report will be run on every friday so something easy to do without much vba is the preferred route.
Any help is appreciated
I have one main table with 20 other tables that are linked depending on a user selection.
I will basically have 30+ reports one to two per table based on a user selection from the main table. ie who the data entry person selects the report to go to.
I have seen some of boblarsons examples but for someone with little vba knowledge is there a preferred way to group do a ton of reports?
My reports are going to be done weekly so i assumed i would need xx number of queries from which to link the reports to. However I am stuck other than making the query have a [] variable for the start and end dates of the week. I would love to take two variables and use them for all reports but that most likely puts it into extreme vba coding. I have seen some of boblarsons report examples but they appear to have a ton of vba coding behind the scenes.
The next question i have is when the reports come out i will have a blank area for them to enter text/response in. My main concern is what is the best output format to allow ease of data entry for another person that would maintain some sort of formatting from the reports? I realize pdf is the ideal choice but unless you have the pro version you cannot edit. I have yet to use word but heard some formatting does not carry over. Is excel the best choice for formatting items? If it is how does excel seperate each record from the report.
I have about 4 days to get something out quickly and then the report will be run on every friday so something easy to do without much vba is the preferred route.
Any help is appreciated