LPurvis
AWF VIP
- Local time
- Today, 04:47
- Joined
- Jun 16, 2008
- Messages
- 1,269
>> The SQL route didn't work out as well as I had hoped.
You don't really offer any reason as to why that was.
Poor performance? You couldn't wrap your head around the methods? You feel the methods just aren't up to the task?
I'm not saying I'd disagree, just that some information for future readers can only be a good thing.
Similarly:
>> The big problem I had going with VBA was how/where I was supposed to interact with the forms
What have you tried. Have you looked at the example search forms that are kicking about (or even the one I mentioned)? They must show some clue of acquiring form values when building your SQL string in code.
I'm not sure why you're using tables to store and receive the criteria and resulting SQL. If you're happy with that then that's fine.
But it shouldn't make the process easier.
How are you then using this table filled with parameter values?
Cheers.
You don't really offer any reason as to why that was.
Poor performance? You couldn't wrap your head around the methods? You feel the methods just aren't up to the task?
I'm not saying I'd disagree, just that some information for future readers can only be a good thing.
Similarly:
>> The big problem I had going with VBA was how/where I was supposed to interact with the forms
What have you tried. Have you looked at the example search forms that are kicking about (or even the one I mentioned)? They must show some clue of acquiring form values when building your SQL string in code.
I'm not sure why you're using tables to store and receive the criteria and resulting SQL. If you're happy with that then that's fine.
But it shouldn't make the process easier.
How are you then using this table filled with parameter values?
Cheers.