does ms access use semicolon to terminate a statement

M

Mark

No! There is no termination required in code statements. Semicolons are
frequently uses to delineate lists.

Steve
 
J

Jeff Boyce

Tina

MS Access is usually considered the user-interface.

Are you talking about VBA? (and if you are, no)

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
J

John W. Vinson

does ms access use semicolon to terminate a statement

VBA expressions do not use semicolons (the statement ends at the end of a line
unless you use the " _" continuation signal).

SQL queries are optionally terminated by a semicolon (if you leave the
semicolon off it still works, but it would be good practice to include it).
 

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

Top