> Trying to create a command button to check certain boxes.
> Table is Addresses
[quoted text clipped - 25 lines]
>
> Thanks in advance.
> Hi Kate,
>
[quoted text clipped - 7 lines]
> think it will cause an error if it's missing, but it should be there for a
> valid SQL string.
The semicolon is not required, and its absence won't cause an error. It's
supposed to be used to separate multiple SQL statements, but Jet SQL
supports only one SQL statement in a query, aside from the optional
PARAMETERS statement for a parameter query. That't the only place I can
think of where a semicolon is acrtually required, because it's the only
place where it is needed as a statement delimiter.

Signature
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
Rob Parker - 14 Jan 2008 07:19 GMT
Thanks for that, Dirk.
Always something to learn in these newsgroups :-)
Rob
>> Hi Kate,
>>
[quoted text clipped - 14 lines]
> think of where a semicolon is acrtually required, because it's the only
> place where it is needed as a statement delimiter.