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