check-out basket/cart type of form/report in Access

D

db_catalog_maker

In Access, is it possible to create a form/report that is similar to a
check-out basket/cart, where a user can choose an item or multiple items from
the database, click a button, and all the items that the user chose will be
on a form/report ready for print out.
 
T

Tom Wickerath

Yes, this is possible, but you are likely looking at extensive VBA code to make it work. You
might try the following multiselect listbox samples available from Helen Feddema's site:

http://www.helenfeddema.com/access.htm

72. Paired Multi-Select Listboxesaccarch


Tom
_________________________________


In Access, is it possible to create a form/report that is similar to a
check-out basket/cart, where a user can choose an item or multiple items from
the database, click a button, and all the items that the user chose will be
on a form/report ready for print out.
 
Top