Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8846133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:54:15+00:00 2026-06-14T11:54:15+00:00

I have three fields F1,F2 & F3. The first two fields are filled with

  • 0

I have three fields F1,F2 & F3. The first two fields are filled with numbers. How can I automatically set the value for the third field “F3 = F1 – F2” like in Excel? Perhaps it can be done with macros?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T11:54:17+00:00Added an answer on June 14, 2026 at 11:54 am

    Consider whether F3 must be an actual field in your table. Its value is derived from a simple computation, so you can perform that computation with a query field expression whenever you need it.

    SELECT F1, F2, (F1 - F2) AS F3
    FROM YourTable;
    

    If you have a compelling reason why F3 must be a real field, you can execute an UPDATE statement to store the values.

    UPDATE YourTable
    SET F3 = F1 - F2;
    

    The first approach is generally preferred because it ensures the computed F3 values will always be consistent with the current F1 and F2 values. If you don’t store F3, you needn’t change stored F3 values in response to changes in F1 and/or F2 values.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have three text fields: first name, last name, and age, also a photo.
I have a table like this, with three fields: User | Question# | Answer
I have two text fields. In the first textfield I have added a calendar
I have two reports built using SSRS 2005. The first report is set to
I have two input fields that need to hide when first visit. There will
I have three fields that must be unique in a table, and based on
I have three fields, namely Number1 Number2 Time I am trying to write a
I have a table with three fields, FirstName, LastName and Email. Here's some dummy
I have a table with three fields, User , City and Country , where
I have a list, that has three fields: Title, PublishingRollupImage and Description. I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.