A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

does ms access use semicolon to terminate a statement



 
 
Thread Tools Display Modes
  #1  
Old June 24th, 2008, 03:26 PM posted to microsoft.public.access.tablesdbdesign
Tina
external usenet poster
 
Posts: 350
Default does ms access use semicolon to terminate a statement

does ms access use semicolon to terminate a statement
  #2  
Old June 24th, 2008, 03:49 PM posted to microsoft.public.access.tablesdbdesign
Mark[_37_]
external usenet poster
 
Posts: 75
Default does ms access use semicolon to terminate a statement

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

Steve


"tina" wrote in message
...
does ms access use semicolon to terminate a statement



  #3  
Old June 24th, 2008, 04:29 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default does ms access use semicolon to terminate a statement

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

"tina" wrote in message
...
does ms access use semicolon to terminate a statement



  #4  
Old June 24th, 2008, 07:44 PM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default does ms access use semicolon to terminate a statement

On Tue, 24 Jun 2008 07:26:01 -0700, tina
wrote:

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).
--

John W. Vinson [MVP]
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:30 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.