I use the following query with an Access database:
update AddressBook
set Public=True
I have tried severall other statements, but none work. I do not have a
problem with strings or ints, but booleans I do not get working. What do
I need to do?
I allready found it. I should use:
set [Public] = True
Op ma 24-06-2002, om 22:02 schreef Cecil Westerhoff:
> I use the following query with an Access database:
> update AddressBook
> set Public=True
>
> I have tried severall other statements, but none work. I do not have a
> problem with strings or ints, but booleans I do not get working. What do
> I need to do?