@Command([FileOpenDatabase] ... newbie

I’m a new developer and I am trying to test the result I will get with the FileOpenDatabase command. My test is accessing a .nsf from my “Local” drive; therefore I have the following command linked to a button:

@Command([FileOpenDatabase]; “Local”:“Help Desk.nsf”; “Vendors View”; “Sprint”; “1”; “1”)

I receive a pop-up result stating: “Unable to find path to server.”

Am I unable to use “Local” for this command? Any other suggestions?

Thank you!

Subject: Use empty quotes instead of Local.

Subject: Thank you!