...could clarify what exactly it means, I would really appreciate it.
Note: The code is saved as a module.
Thanks,
Ryan
Public Function LookAtCmd( )
If (Command Like "macro=*") Then
DoCmd.Runacro Mid(Command, Instr(1, Command, "=") +1)
DoCmd.Quit
End If
End Function