A
Archer
Hi all,
I have an uninteresting problem for which i dunno how to implement certain
parts
I want to execute an existing query (doCmd,"queryName" )
obtain results of the query(dunno how???)
and for each result entry, (a eof while loop should do this trick)
compare two columns check for criteria (know how to do it)
and based on it, generate a report (would [docmd. OpenReport] so the trick)
and populate it with the entry identifier, and some data (dunno how to do it?)
before going to the next entry and repeating the same.
And i'd want it to be done on demand so writing a macro VB code to perform
this seems ideal.
Awaiting your replies
Thanks
I have an uninteresting problem for which i dunno how to implement certain
parts
I want to execute an existing query (doCmd,"queryName" )
obtain results of the query(dunno how???)
and for each result entry, (a eof while loop should do this trick)
compare two columns check for criteria (know how to do it)
and based on it, generate a report (would [docmd. OpenReport] so the trick)
and populate it with the entry identifier, and some data (dunno how to do it?)
before going to the next entry and repeating the same.
And i'd want it to be done on demand so writing a macro VB code to perform
this seems ideal.
Awaiting your replies
Thanks