R
rockyiii
Hi all;
I have a form that will show records in a table. I need to be able to
multiselect records in that table and print based on a criteria (Print only
the selected records). I need some code guidance please.
Should I use a subform in a form, or maybe a list . The backend tables
reside on SQL. I thought of a dding a check box, and tell it to print the
ones with the checked boxes only, which would be sweet. But not sure how to
implement it in a sql table since the tables do not have a check box method.
Not sure if Binary would work.
Thanks for your help
Martin.
I have a form that will show records in a table. I need to be able to
multiselect records in that table and print based on a criteria (Print only
the selected records). I need some code guidance please.
Should I use a subform in a form, or maybe a list . The backend tables
reside on SQL. I thought of a dding a check box, and tell it to print the
ones with the checked boxes only, which would be sweet. But not sure how to
implement it in a sql table since the tables do not have a check box method.
Not sure if Binary would work.
Thanks for your help
Martin.