Using CREATE TABLE with YES/NO Field
How do I create a table using CREATE TABLE for fields that are Currency and Yes/No fields???
This does not work.
SQL = "CREATE TABLE Voucher_Details (VoucherReference NUMBER, ProductID NUMBER, Cost CURRENCY, Redeemed BOOLEAN)"
How do I create a table using CREATE TABLE for fields that are Currency and Yes/No fields???
This does not work.
SQL = "CREATE TABLE Voucher_Details (VoucherReference NUMBER, ProductID NUMBER, Cost CURRENCY, Redeemed BOOLEAN)"
Last edited: