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

  • Home
  • SEARCH
  • 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 8268985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:04:24+00:00 2026-06-08T06:04:24+00:00

As I was adding some functionality to a form, it required that I update

  • 0

As I was adding some functionality to a form, it required that I update a date for a row. My update query was built out to be:

   "update tblReview set tblreview.[reviewDate] = me.currdate WHERE empID = '"& me.empid & "';"

(basically)
it was printed out to be

  "Update tblReview set tblreview.[reviewdate] = 7/24/2012 WHERE empID = '1';"

Cool, that’s what I wanted. Now lets look at my data

 *empId*       *reviewDate*
    1             12/30/1899

What?! Why does it do this? Okay, sure, I should probably put ‘#’ characters around my date to fix it. But why does it update to this ridiculous value rather than giving me some sort of error?

  • 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-08T06:04:25+00:00Added an answer on June 8, 2026 at 6:04 am

    That should be:

    "update tblReview set tblreview.[reviewDate] =#" _
    & Format( me.currdate,"yyyy/mm/dd") _
    & "# WHERE empID = " & me.empid 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am adding some more functionality to a page that has the two tags
I'm adding some functionality to an existing code base that uses pure C functions
I'm adding some new functionality to a Firefox plugin that is recording actions user
I'm adding some custom logging functionality to a bash script, and can't figure out
I'm adding some functionality to my site so that users can upload their own
I am adding some functionality to an application that prints to a USB connected
I'm writing an assignment which involves adding some functionality to PostgreSQL on a Solaris
I'm using set_cookie() on a site. After adding some functionality, I'm getting Warning: Cannot
I'm in the process of adding some UI functionality to a hybrid WebForms/MVC site.
I am working on a large application and am adding some drag/drop functionality to

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.