Results 1 to 2 of 2
  1. #1
    Bill Newport Beach is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    3

    Help Setting Up Calculated Text Field in a Form based on two text in two other Fields

    I’m making a Form that will be used to enter data into a Table.



    There are three text fields in the Table.

    I would like to make one of the fields able to calculate its text entry based on the contents of the two other text fields.

    What is the best way to accomplish this?

    Many thanks in advance for any help!!!

    Bill

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    Short answer - you don't. It is generally considered bad practice to do so.
    The general rule of thumb is NEVER store anything that can be calculated. You can use a query to create your calculated field. Queries can be used as the source of Forms, Report, and Exports, just like Tables can.

    In newer versions of Access (I believe 2010 and newer), you can actually store calculated fields in Tables instead of Queries, though it is not generally recommended. If you ever needed to convert your tables down to the road to something like SQL, it wouldn't work, because most real database programs do not allow the storage of calculated fields in tables.

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

Similar Threads

  1. Replies: 4
    Last Post: 09-02-2013, 03:00 PM
  2. Replies: 3
    Last Post: 12-22-2012, 05:33 PM
  3. Replies: 15
    Last Post: 09-18-2010, 01:19 PM
  4. Replies: 2
    Last Post: 05-05-2010, 02:52 PM
  5. Split text field into two text fields
    By Grant in forum Access
    Replies: 6
    Last Post: 01-31-2008, 05:52 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