C
cefrancke
Can someone put to rest, if there is a way to print records selected in
a subform ? (Access 2K-2K3)
To be clear: Highlighted records from clicking and dragging with the
mouse the "current record indicator box" to the far left of a subform
in datasheet view. (I hope that was clear
I can print the current record: Send the report the current ID
I can print all records: Send the report the subform's filter
But I'm not sure the proper approach to printing a contiguous
"selected" set of records in the subform?
I haven't found anything on using SelTop, SelLeft, etc.
However, I find the selection disappears after clicking the Print
button outside the subform (btw in datasheet view).
Could I capture it on a subform event?
I've read about including a "print" check box in the table structure of
the main table of the query, and clear it afterwards with an update
query.
Is there a way to avoid to do this? For a pre-existing database this
can mean a lot of tables.
What about multi user? The table update would clear marked records
for another user.
Someone (back in 1998) said the ADHB has some info on the "Print"
check box approach, I cant find it.
Any confirmation on the SelTop, etc. approach and/or the use of a
"Print" field would be appreciated.
I just dont want to waste too much time, if there is a commonly used
approach for this seemingly necessary feature.
TIA
a subform ? (Access 2K-2K3)
To be clear: Highlighted records from clicking and dragging with the
mouse the "current record indicator box" to the far left of a subform
in datasheet view. (I hope that was clear
I can print the current record: Send the report the current ID
I can print all records: Send the report the subform's filter
But I'm not sure the proper approach to printing a contiguous
"selected" set of records in the subform?
I haven't found anything on using SelTop, SelLeft, etc.
However, I find the selection disappears after clicking the Print
button outside the subform (btw in datasheet view).
Could I capture it on a subform event?
I've read about including a "print" check box in the table structure of
the main table of the query, and clear it afterwards with an update
query.
Is there a way to avoid to do this? For a pre-existing database this
can mean a lot of tables.
What about multi user? The table update would clear marked records
for another user.
Someone (back in 1998) said the ADHB has some info on the "Print"
check box approach, I cant find it.
Any confirmation on the SelTop, etc. approach and/or the use of a
"Print" field would be appreciated.
I just dont want to waste too much time, if there is a commonly used
approach for this seemingly necessary feature.
TIA