Results 1 to 2 of 2
  1. #1
    darwin is offline Novice
    Windows 8 Access 2013
    Join Date
    Apr 2015
    Posts
    28

    how to put dato from one field to another

    hi

    I have a Query

    The Query has a field name "Test: ....." with a query statement

    What I want is a statement which put the data from "Test" to the field Ugenr1



    how do I do this

    Click image for larger version. 

Name:	ping.gif 
Views:	10 
Size:	2.8 KB 
ID:	20754

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Your question is straightforward. However, there are a few ways to go about this and. perhaps, you only want to UPDATE one record. An action query could UPDATE every record. From a form, you could simply use some VBA.

    Me.NewFieldName.Value = Me![Test]

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

Similar Threads

  1. Replies: 17
    Last Post: 03-16-2014, 10:52 PM
  2. Replies: 3
    Last Post: 12-27-2013, 02:33 PM
  3. Apertura maschera se dato presente
    By sergran in forum Programming
    Replies: 6
    Last Post: 08-27-2013, 09:27 AM
  4. Replies: 1
    Last Post: 03-03-2012, 10:17 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