[AccessD] (Simple?) Problem Creating a "Yes/No" [Data Type] F ield in a MakeTable Query

Gustav Brock gustav at cactus.dk
Thu Sep 11 12:10:54 CDT 2003


Hi Alan

You'll probably have to either:

  Leave out the Yes/No field from your create table query.
  Run an "ALTER TABLE ..." action query to append that field.

or

  Run a "CREATE TABLE ... " action query to create an empty table as
  to your needs.
  Change your create table query to an append query.

/gustav



More information about the AccessD mailing list