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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top