G
Gurtz
Hi again,
I have noticed that queries are limited as to how big they
can get. This makes sense, and discourages unneccessarily
bulky queries.
What is the limit, exactly? Is it, say, 256 characters?
The reason I ask is this: for the user to print multiple
records, I simply allow him/her to choose the records from
a point-form list, then use that information to open a
report with mutiple pages, where each page displays a
record. I use the 'where' argument in the DoCmd.OpenReport
method .. I construct the argument from the primary keys
that the user has selected from the list. "PriKey=10 OR
PriKey=313 OR PriKey=69 OR .." etc.
Of course, this can get too long. Right now, I force the
user to do only a certain number, unless s/he wants to
pritn ALL the records (Select * ..).
There must be a better solution to allow the user to
select individual reports to print, but I can't find one.
Any ideas?
Thanks,
Gurtz
[email = no $]
I have noticed that queries are limited as to how big they
can get. This makes sense, and discourages unneccessarily
bulky queries.
What is the limit, exactly? Is it, say, 256 characters?
The reason I ask is this: for the user to print multiple
records, I simply allow him/her to choose the records from
a point-form list, then use that information to open a
report with mutiple pages, where each page displays a
record. I use the 'where' argument in the DoCmd.OpenReport
method .. I construct the argument from the primary keys
that the user has selected from the list. "PriKey=10 OR
PriKey=313 OR PriKey=69 OR .." etc.
Of course, this can get too long. Right now, I force the
user to do only a certain number, unless s/he wants to
pritn ALL the records (Select * ..).
There must be a better solution to allow the user to
select individual reports to print, but I can't find one.
Any ideas?
Thanks,
Gurtz
[email = no $]