J
Jacob Cheng
Dear all,
I am trying to merge an excel file to produce an invoice. I have
studied the examples on the web and noticed that there are two methods
avaliable to produce an invoice. I know that using ODBC connect to the
excel file may be one of the best solution for my problem, but since
ODBC connection is not avaliable in my PC (due to the policy setting
Another solution which I have found from the web is using the
combination of NEXTIF and SET. Just like the example from the MS
knowledge base. (http://support.microsoft.com/default.aspx?scid=kb;en-us;105888&Product=wrd)
Unfortunately, the example there is only the solution for knowing the
max number of record to be displayed in a single page. While for my
case, I the max number of record is not known yet. (I think this is
normal in the real world, there won't be any limit for the number of
items to be printed in a single invoice)
Now, I am trying to find if something like "loop" can be done OR if
there are any workaround for the problem.
Can anybody help? Thanks in advance.
Regards,
Jacob
I am trying to merge an excel file to produce an invoice. I have
studied the examples on the web and noticed that there are two methods
avaliable to produce an invoice. I know that using ODBC connect to the
excel file may be one of the best solution for my problem, but since
ODBC connection is not avaliable in my PC (due to the policy setting
<), I have to find other solution.
Another solution which I have found from the web is using the
combination of NEXTIF and SET. Just like the example from the MS
knowledge base. (http://support.microsoft.com/default.aspx?scid=kb;en-us;105888&Product=wrd)
Unfortunately, the example there is only the solution for knowing the
max number of record to be displayed in a single page. While for my
case, I the max number of record is not known yet. (I think this is
normal in the real world, there won't be any limit for the number of
items to be printed in a single invoice)
Now, I am trying to find if something like "loop" can be done OR if
there are any workaround for the problem.
Can anybody help? Thanks in advance.
Regards,
Jacob