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 9179051
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:42:01+00:00 2026-06-17T17:42:01+00:00

I am not able to find an answer online and pretty stumped by the

  • 0

I am not able to find an answer online and pretty stumped by the following issue: I’m trying to us an update query to update date field from one table into another. Both fields have the same “date/time” data type. When I create an update query it returns blank values….copy of the SQL code below

UPDATE [MIDs with comments] INNER JOIN [account status for MIDs with comments table] 
       ON [MIDs with comments].[Merchant Number] = 
          [account status for MIDs with comments table].[Merchant Number] 
SET [MIDs with comments].[Account Open Date] = 
    [account status for MIDs with comments table].[ACCT_OPEN_DT];

I’m not sure what I am doing wrong here as the query seems pretty simple. When I do regular select query it returns values without any problems..

Please help.

  • 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-17T17:42:03+00:00Added an answer on June 17, 2026 at 5:42 pm

    I’m puzzled about what you meant when you said your UPDATE query “returns blank values“. An UPDATE query does not return values, blank or otherwise.

    If you’re using Access’ query designer to build your query, then switching to Datasheet View, that does not actually execute the query. To execute it, click the Run icon (red exclamation point).

    If that wasn’t the explanation, I’ll suggest you save your query then try this in the Immediate window (you can go there with Ctrl+g).

    DoCmd.SetWarnings True
    Set db = CurrentDb()
    db.Execute "Your query name here", dbFailOnError
    ? db.RecordsAffected
    

    If the .Execute line throws an error, tell us the full text of the error message.

    If no error, perhaps RecordsAffected will be zero. In that case we will need to investigate further to determine why no records were updated.

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

Sidebar

Related Questions

I have a simple question but was not able to find an answer on
Not being able to find the answer, and also not being able to do
I am not able to find an answer to this. Does anybody know this?
I have a simple question that I'm not able to find the answer to.
I have searched through this forum but am not able to find an answer
I have been researching online, but could not find the answer. In Symfony2, I
I was not able to find this answer by myself and I apologize if
I searched SO a bit but was not able to find an answer. I
This seems a simple question but I was not able to find the answer
Although this seems an easy thing I'm not able to find the answer for

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.