Hi to all members!
I am quite dealing with excel vba for reporting and I usually use Forms to make them userfriendly.
Well,I just wanted to check access for better usage for the task which needs to be repeated in a way.
The task is as following: User extract data via using crystal reports and import it to excel.
After that,this datasheet will be imported into access as a table,which is needed for storage too.
This task will be done for not every day but at least four times a week.
The differences between last two tabels (as data) needs to be defined.
For now, I accomplish this task with using "Find Unmatched Query Wizard" though.
What I want,or I can say "thought", is make this procedure dynamic.
For ex, there are tables named as "Data1-2009-01-05","Data1-2009-01-06","Data1-2009-01-09","Data1-2009-01-10" and so on.
User will have the ability to choose data tables (which are specific,by date) via using Form (may be Combobox will do it) and compare them with not using wizard but -I dont know- sql or vba embedded into CB.
I would be glad if anyone at least give me a clue; so I can dig it up.
Thanks and Regards,
Doruk
I am quite dealing with excel vba for reporting and I usually use Forms to make them userfriendly.
Well,I just wanted to check access for better usage for the task which needs to be repeated in a way.
The task is as following: User extract data via using crystal reports and import it to excel.
After that,this datasheet will be imported into access as a table,which is needed for storage too.
This task will be done for not every day but at least four times a week.
The differences between last two tabels (as data) needs to be defined.
For now, I accomplish this task with using "Find Unmatched Query Wizard" though.
What I want,or I can say "thought", is make this procedure dynamic.
For ex, there are tables named as "Data1-2009-01-05","Data1-2009-01-06","Data1-2009-01-09","Data1-2009-01-10" and so on.
User will have the ability to choose data tables (which are specific,by date) via using Form (may be Combobox will do it) and compare them with not using wizard but -I dont know- sql or vba embedded into CB.
I would be glad if anyone at least give me a clue; so I can dig it up.
Thanks and Regards,
Doruk