Ok - I have three queries that sort one set of data different ways.
Query1 - sorts by date for "this week" only
Query2 - sorts by date for "next week" and greater
Query3 - sorts by all other data without a date in order of client number.
I have a main form to edit this data that shows all three queries as subforms in a datasheet format. If it helps this is job data and my company has a job meeting every week on monday. Our joblist is orginized as the quries show above. That way we can see whats due this week, next week, and then after that and in that order.
I coded an expresion on the main form to export all three queries as text files upon closing the main form. It works great. I have currently linked an excel file to these three files - one in each "worksheet".
Ok, so I now I have three seperate comma delimited text files that have the correct data and it's in the right order. I just need to combine them. I can use excel or access, I don't care which - But I want to combine them and format it to my pleasing(putting formating lines between each section and making the font sizes right for each section.
Do I need to combine them upon exporting to the text file? or is there a good way to do this in excel after the fact. I was thinking of making it an excel file so everyone in the office can open and view it.
Any ideas?
Query1 - sorts by date for "this week" only
Query2 - sorts by date for "next week" and greater
Query3 - sorts by all other data without a date in order of client number.
I have a main form to edit this data that shows all three queries as subforms in a datasheet format. If it helps this is job data and my company has a job meeting every week on monday. Our joblist is orginized as the quries show above. That way we can see whats due this week, next week, and then after that and in that order.
I coded an expresion on the main form to export all three queries as text files upon closing the main form. It works great. I have currently linked an excel file to these three files - one in each "worksheet".
Ok, so I now I have three seperate comma delimited text files that have the correct data and it's in the right order. I just need to combine them. I can use excel or access, I don't care which - But I want to combine them and format it to my pleasing(putting formating lines between each section and making the font sizes right for each section.
Do I need to combine them upon exporting to the text file? or is there a good way to do this in excel after the fact. I was thinking of making it an excel file so everyone in the office can open and view it.
Any ideas?