I have a 'Make Table Query' where one of the fields I am trying to populate with Boolean (False) record, so I have:
Updatable:CBool(0)
However, when it makes the table, the format reverts back to integer. How can I make a table field with boolean type?
Updatable:CBool(0)
However, when it makes the table, the format reverts back to integer. How can I make a table field with boolean type?