Results 1 to 2 of 2
  1. #1
    EPSfreak is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jul 2015
    Posts
    1

    If Content in [FieldA] in Dataset No 10 is "Y", write "XY" in [FieldB] in Dataset No 1 to 9

    Hi,


    I am looking for a solution for an access query.

    I have a query with the result, where content of [FieldA] in Dataset no 10 is "Yes".

    If this is the case, [FieldB] in Dataset no 1 to 9 has to be changed from "No" to "Yes".

    Is anyone able to help me to design the correct query.

    Thans and regards

  2. #2
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,451
    Something like

    Code:
    UPDATE myTable
    SET FieldB=true
    WHERE FieldA=true

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

Similar Threads

  1. Replies: 1
    Last Post: 07-10-2015, 06:33 AM
  2. Replies: 1
    Last Post: 02-05-2015, 05:41 PM
  3. Replies: 1
    Last Post: 09-03-2014, 03:27 AM
  4. Export "Query or Report" to a "Delimited Text File"
    By hawzmolly in forum Import/Export Data
    Replies: 3
    Last Post: 08-31-2012, 08:00 AM
  5. Replies: 11
    Last Post: 03-29-2012, 02:32 PM

Tags for this Thread

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