Hi,
Is it possible to create a field in an Access database table that as a variant.
i just need to put Booleans, floats, longs, strings, but i don't want to have each fields of this type defined in my table.
Thanks a lot!
Printable View
Hi,
Is it possible to create a field in an Access database table that as a variant.
i just need to put Booleans, floats, longs, strings, but i don't want to have each fields of this type defined in my table.
Thanks a lot!
Use text data type, read data then convert it to any data type you want using converting functions
Quite slow, isn't it?
But if there is no other way it's a good tip!