Results 1 to 4 of 4
  1. #1
    DarrenUD is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2012
    Posts
    22

    Yet another continuous form problem...

    Hi All,



    I have ran in to a problem while I was trying to automate quotation making part of the program.

    What I want to achieve:

    To Automate Quotation making process.

    What I have done so far:

    I have a continuous from and in the form header section I have text boxes and combo boxes to filter the data I want to send to the quotation (report). at the bottom I have Unit Price Quantity and Total Text box fields to calculate Quotation price for each item. What I want to do is that, I want to select the products from the continuous form and send the selected items to the Quotation report. But, because it is a continuous form, when I change the Unit price and Quantity in one section it will effect all the records on the form.

    How can I have fields that will only change the prices for particular product in a continuous form? or do I have to do this in Report view in Reports?

    And I understand, in order to select the products I want from the continuous from I have to include a new field in my products table.

    Please Help....

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Need fields in table to save quantity as well as either the price or record ID of ProductPrices table, then bind textbox/combobox to those fields.

    Are you saving the quote data to a Quotes table are are you just editing the same records again and again in Products table?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    DarrenUD is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2012
    Posts
    22
    I was initially thinking about making a quotes table but then again I thought Quotation can be different each time so just include main product details and change the price and quantity instead. Guess I have to make a table anyway. or is it better to do it in a report (in report view mode) than a form and them print the records to a report? hmmm....

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    The question is not whether or not to use a report, it should be a report regardless of how you handle the data. The question is do you want to save each quote? If yes, then need a table Quotes and the info selected to create a quote document will be saved as a record. This was what I wanted clarified by the question in my previous post. Do you already have a table for Quotes? And if each quote can have multiple line items, then could also need a related child table QuoteDetails.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Continuous Form Totals Problem
    By burrina in forum Forms
    Replies: 2
    Last Post: 02-22-2013, 02:35 AM
  2. Non-continuous form
    By alyon in forum Access
    Replies: 6
    Last Post: 07-19-2011, 12:25 PM
  3. Replies: 1
    Last Post: 07-22-2010, 05:55 AM
  4. Replies: 6
    Last Post: 07-21-2010, 05:25 PM
  5. Continuous Form
    By duckie10 in forum Access
    Replies: 13
    Last Post: 06-09-2009, 11:15 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