Results 1 to 2 of 2
  1. #1
    ragha is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    3

    Add two Fields

    Hi



    As i posted earlier I am trying to add two premium fields but i m getting #Error.

    I am trying to add two premiums which are in the form,and what i observed is all the form fields are stored in master table.
    My question is how can i add this values and display on the report in Access 2003?

    Thanks

  2. #2
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    are you doing it in a query?

    UPDATE mytable
    SET field3 = field1 & field2

    if you want a space between them it would be
    field3 = field1 & " " & field2

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

Similar Threads

  1. Combine two fields, Null fields involved
    By yes sir in forum Access
    Replies: 9
    Last Post: 10-03-2010, 09:20 AM
  2. Replies: 5
    Last Post: 03-20-2010, 08:30 AM
  3. Replies: 3
    Last Post: 08-10-2009, 08:33 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