I have an MS Query that I'm hoping I can get advice on for Excel 2003. What happens in excel is that the user puts in the criteria in certain cells, then the VBA opens up Business Objects, runs the query then saves the file as a text tab delimiter. After this it pulls that data into the MS Query and this is all that I have so far. I'm hoping to get some direction on best methods for my next steps.
1. Can mutliple users access the MS Query at the same time?
2. Can you change the text file using code? (it will change every time the user access the query but the field names will never change)
3. Can you create a formula inside the MS Query?
4. Can you loop through the MS Query without pulling the data into Excel since there can be upto 1Million rows?
5. If this is a slower method, what would you recommend to use? The users want to use Excel since this is the program they know best.
Any advice would be greatly appreciated.
1. Can mutliple users access the MS Query at the same time?
2. Can you change the text file using code? (it will change every time the user access the query but the field names will never change)
3. Can you create a formula inside the MS Query?
4. Can you loop through the MS Query without pulling the data into Excel since there can be upto 1Million rows?
5. If this is a slower method, what would you recommend to use? The users want to use Excel since this is the program they know best.
Any advice would be greatly appreciated.