B
BillBarclift
The following works fine:
{ DATABASE \d "C:\\Documents and Settings\\billb\\Desktop\\Junk.xls"
\c "RevInfo" \s "SELECT PageNumber, RevDate FROM C:\\Documents and
Settings\\billb\\Desktop\\Junk.xls WHERE PageNumber=3" }
The following does not work when I try to replace pagenumber with the
field code for page number:
{ DATABASE \d "C:\\Documents and Settings\\billb\\Desktop\\Junk.xls"
\c "RevInfo" \s "SELECT PageNumber, RevDate FROM C:\\Documents and
Settings\\billb\\Desktop\\Junk.xls WHERE PageNumber = { PAGE \*
MERGEFORMAT }" }
I've tried several variations of this with no success...any ideas?
Also, can someone can tell me how to replace the hardcoded path
(filename will be known, but directory will always be same as the word
file)?
Thanks in advance,
Bill
{ DATABASE \d "C:\\Documents and Settings\\billb\\Desktop\\Junk.xls"
\c "RevInfo" \s "SELECT PageNumber, RevDate FROM C:\\Documents and
Settings\\billb\\Desktop\\Junk.xls WHERE PageNumber=3" }
The following does not work when I try to replace pagenumber with the
field code for page number:
{ DATABASE \d "C:\\Documents and Settings\\billb\\Desktop\\Junk.xls"
\c "RevInfo" \s "SELECT PageNumber, RevDate FROM C:\\Documents and
Settings\\billb\\Desktop\\Junk.xls WHERE PageNumber = { PAGE \*
MERGEFORMAT }" }
I've tried several variations of this with no success...any ideas?
Also, can someone can tell me how to replace the hardcoded path
(filename will be known, but directory will always be same as the word
file)?
Thanks in advance,
Bill