Results 1 to 3 of 3
  1. #1
    Jerseynjphillypa is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Apr 2012
    Posts
    83

    Using Make Table to Enter as Date/Time and Not Binary

    So I created the following field



    DateIntoSystem: [DateIntoSystem]

    But when I click on "Make Table", I prompt box comes up and I enter 06/20/2012 as the Date

    But the table that gets created, the Data Type in the Table is Binary. I want it to be Date/Time.

    I also changed the format in the Property Sheet to Short Date.

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    I have had some issues at times with Make Table queries using data types other than what I intended. One way to get around that is to set-up the shell of the table first (when you can designate the data type/format of each field), and use an Append Query instead to write the data to the pre-existing table template.

    If this is a process you have to re-use/repeat, just use a Delete Query or (SQL code in VBA) in order to clear out the table first.

  3. #3
    Jerseynjphillypa is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Apr 2012
    Posts
    83
    thanks for your help

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

Similar Threads

  1. Replies: 1
    Last Post: 04-23-2012, 03:41 PM
  2. Automatically enter today's date when entering time
    By Szabi in forum Database Design
    Replies: 5
    Last Post: 03-16-2012, 03:50 AM
  3. Replies: 2
    Last Post: 04-18-2011, 06:12 AM
  4. Replies: 5
    Last Post: 02-06-2011, 04:32 PM
  5. Replies: 6
    Last Post: 01-04-2011, 05:43 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