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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top