Hi there.
Maybe this is belonging to the Modules/VBA forum, don't know.
I would like to hear what all you hard-core programmers are doing
In my applications the users shall specify a numbers of criterias (or parametres if you like) and based on those criterias I'm creating reports.
I've done this by using the VBA to "collect" the criterias from the forms and then put them into a query which I'm saving with a CreateQueryDef. BUT to do this I have to delete the same query before I'm running the CreateQueryDef and this is my problem. This method seems to me to be a kind of "pig-programming"
beside there is also the risk if windows crash the moment between the delete and the create - then I have a problem the next time I run the app.
So this is it. I'll accept all input with a BIG smile
Best regards
Søren
Maybe this is belonging to the Modules/VBA forum, don't know.
I would like to hear what all you hard-core programmers are doing
In my applications the users shall specify a numbers of criterias (or parametres if you like) and based on those criterias I'm creating reports.
I've done this by using the VBA to "collect" the criterias from the forms and then put them into a query which I'm saving with a CreateQueryDef. BUT to do this I have to delete the same query before I'm running the CreateQueryDef and this is my problem. This method seems to me to be a kind of "pig-programming"
So this is it. I'll accept all input with a BIG smile
Best regards
Søren