Results 1 to 3 of 3
  1. #1
    mogo3xc is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2015
    Posts
    1

    Question Creating invoice input form in 2007

    Hey all,



    I'm an Access newbie so forgive me if any of this seems naive, but I'm desperate so I'm coming to you all for help.

    Basically, for my job, we are looking for a way to input customer purchases and invoices via Access. I'm looking for a way to input the customer, customer ID, product purchased, product purchase ID, whether they're buying it by the pound or by the item (it's for a farmer's market type deal, so we're looking for an all-in-one invoice system that simply allows us to put in the credentials and will save it in a database for us.), and the grand total of the purchase.

    I've been fiddling around with forms and such to no avail, but I'd appreciate it if I could get some guidance on where to go from here.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    you need an invoice tbl.
    in this form the customer combo box would get data from the tCustomer table.
    The product combo would get items from the tProducts table.
    Qty or Weight, (depending on the product)
    Total

    instead of writing directly to the tInvoices table, I would build an invoice in a 'working' table. Then if
    everything in the transaction is valid...save to the tInvoices table.

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    I've been fiddling around with forms and such to no avail....
    I don't think this is a viable strategy. Getting your tables and relationships designed to support your business requirements is key.
    I'm going to suggest you look at this free, generic data model of Customers and Invoices to get an idea of the things(tables and relationships) involved.
    And an approach to creating a database.
    And a tutorial that you must work through, but you will learn about table design.

    Good luck with your project.

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

Similar Threads

  1. Replies: 1
    Last Post: 11-04-2014, 12:07 PM
  2. Replies: 4
    Last Post: 10-20-2014, 12:57 PM
  3. Replies: 2
    Last Post: 11-14-2013, 06:04 PM
  4. Creating a input form...?
    By DarrenReeder in forum Access
    Replies: 4
    Last Post: 01-07-2011, 03:26 PM
  5. Replies: 0
    Last Post: 12-11-2006, 04:55 PM

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