Results 1 to 2 of 2
  1. #1
    Ardoos is offline Novice
    Windows 8 Access 2007
    Join Date
    Jan 2015
    Posts
    9

    Query which copy table

    Hi!
    I have problem with query which is used to create copy of table. I create query with all fields of table "Players" and select Create table. Query work and create table "Copy_Players", but one of fields is field Yes/No. In original table "Players" I have check box which is selected or no. In copy created by query i have only values -1 for checked and 0 for unchecked. How to create query which makes check box? Or how to change this values in check box?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    This is a Format property setting. Why bother with in table? Set property of bound control on form or report.

    Why do you have a procedure that routinely makes table? This is usually a bad design because it modifies database structure. Better to create table once and then delete records. This is a 'temp' table - the table is permanent but the records are temporary.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 1
    Last Post: 09-03-2014, 10:48 AM
  2. Replies: 4
    Last Post: 07-23-2014, 04:13 PM
  3. Replies: 8
    Last Post: 10-29-2013, 12:13 PM
  4. Replies: 1
    Last Post: 10-29-2012, 08:15 AM
  5. Replies: 2
    Last Post: 04-02-2010, 07:42 AM

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