Results 1 to 3 of 3
  1. #1
    Peter Simpson is offline Advanced Beginner
    Windows 10 Access 2007
    Join Date
    Oct 2017
    Location
    South Africa
    Posts
    83

    Create a package deal

    I need to create a facility where a customer can select a package deal.



    I have a table listing my services. I want to select groups of services and name the Package1, Package2 and so on.

    how do you suggest I go about it?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    you will have a tPackage table.
    (1 record say is: Entertainment pack)
    [PackID], [PackName],[Price], etc....
    1234, Entertainment pack, $2000, ...

    a sub table tPackItems will hold all the items IN the 1 package
    [ItemID],[PackID],[ItmName]
    1, 1234, Sony 60" Flatscreen
    2, 1234, Sony Surround Sound bar
    3, 1234, 200 watt amp

    and of course, tCustomer table, tInvoices, tIncome, etc

  3. #3
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Tables as per Ranman's post.

    You need 2 forms:

    The first form is used to create packages:
    Use a multiselect listbox showing all items available.
    Have a button that appends all selected items to a specified package.
    This will allow you to use the same items in more than one package

    The second form is where users select the package they want:
    Use a combobox or standard listbox showing all packages
    Have another listbox linked to this showing all items in selected package
    Add a button to confirm selection made

    HTH

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 08-10-2017, 12:56 AM
  2. How to deal with irregular payments
    By Athar Khan in forum Database Design
    Replies: 3
    Last Post: 03-14-2017, 04:14 PM
  3. Replies: 13
    Last Post: 01-25-2016, 01:36 PM
  4. how to deal with null time value in text box
    By RedGoneWILD in forum Programming
    Replies: 5
    Last Post: 06-28-2012, 06:56 PM
  5. having to deal with massive query's
    By quandore in forum Access
    Replies: 1
    Last Post: 01-11-2012, 08:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums