D
djw
I am pretty new to Access/VBA and do not really know SQL. I was
wondering if it is possible to use an array data type in a table?
I saw something online using SQL that was along these lines (in SQL
For Dummies):
CREATE TABLE CUSTOMER ( CustID INTEGER PRIMARY KEY, Phone CHARACTER
VARYING (15) ARRAY [3]);
I can create a table and fields using VBA & SQL but I cannot seem to
get an Array to work.
Thanks,
David
wondering if it is possible to use an array data type in a table?
I saw something online using SQL that was along these lines (in SQL
For Dummies):
CREATE TABLE CUSTOMER ( CustID INTEGER PRIMARY KEY, Phone CHARACTER
VARYING (15) ARRAY [3]);
I can create a table and fields using VBA & SQL but I cannot seem to
get an Array to work.
Thanks,
David