IT SOLUTIONS
Your full service technology partner! 
+Expand
   ► KBTo/From GuidesAccess VBACommands  Print This     

Cross Ref > Commands

By Mike Prestwood

Access VBA versus VB Classic: A side by side comparison between Access VBA and VB Classic.

 
Commands
 

Common commands (procedures and functions). A function returns a value. Optionally, it may also perform an action prior to returning a value. A procedure does not return a value or it returns void or null.

Left of String

[Other Languages] 
Access VBA:   Left
Syntax Example:
Dim LeftString As String
LeftString = Left("Prestwood", 3)
MsgBox LeftString
VB Classic: 
Syntax Example:
Dim LeftString As String
LeftString = Left("Prestwood", 3)
MsgBox LeftString




Sales Website: www.prestwood.com Or visit our legacy sales site: 
legacy.prestwood.com


©1995-2025 Prestwood IT Solutions.   [Security & Privacy]