Adding a column right

  • Thread starter Thread starter Allen Browne
  • Start date Start date
A

Allen Browne

You cannot set the Format or DisplayControl properties of a column using
ADOX.

They can only be set with the native Access library - DAO.
 
Hi all,
I use vb6+ado2.8 + adox
I just added a boolean column to a table in an access mdb file.
When I used access to see the result (design view) -
I saw that the boolean column is set to "yes/no"
Question: How do I set it to "true/false" while using VB code to add the
column.
TIA
Guy
 
Back
Top