Results 1 to 4 of 4
  1. #1
    joecamel9166 is offline Advanced Beginner
    Windows 10 Access 2013 64bit
    Join Date
    Feb 2016
    Posts
    85

    Copying Feilds

    I have a table set up with customer bill to, quote to, and ship to information. In my form to enter a new customer, I can type in all the info and it works fine. What I want to do is, If the customer has the same address for all (billing, quote, shipping) I want to enter the billing info and then I want a button that will copy it to quote and shipping.
    This is in one table and is all on one form for that table.
    I appreciate any and all input.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Behind the button:

    Me.ShippingAddress = Me.BillingAddress

    repeated for each desired field.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    joecamel9166 is offline Advanced Beginner
    Windows 10 Access 2013 64bit
    Join Date
    Feb 2016
    Posts
    85
    Works perfectly. Thank you.

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Happy to help, and welcome to the site!
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Number of Feilds in a query
    By chr1stoper1 in forum Access
    Replies: 10
    Last Post: 09-02-2015, 01:14 AM
  2. Reports: Feilds vs Expressions
    By colleenvr in forum Reports
    Replies: 5
    Last Post: 08-13-2014, 10:35 PM
  3. Replies: 3
    Last Post: 06-24-2014, 04:34 PM
  4. Sum of Two Feilds of Two Queries in Seperate Query
    By shekar_genius in forum Queries
    Replies: 3
    Last Post: 03-13-2013, 08:27 AM
  5. Replies: 12
    Last Post: 12-14-2012, 06:25 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