G
Gary McQuigg
Can I do this in access?
I have three folders Root X, sub-folder Y and sub,sub-folder Z
MyMdb.mdb resides in Z
If I create a form>button with this code, in MyMdb.mdb it works as I expect.
DoCmd.OpenReport "MyMdb Report", acViewNormal
I want to create a form (button palette) in X to do the same thing.
How do I (can I) add the path as:
{path}DoCmd.OpenReport "MyMdb Report", acViewNormal
I have three folders Root X, sub-folder Y and sub,sub-folder Z
MyMdb.mdb resides in Z
If I create a form>button with this code, in MyMdb.mdb it works as I expect.
DoCmd.OpenReport "MyMdb Report", acViewNormal
I want to create a form (button palette) in X to do the same thing.
How do I (can I) add the path as:
{path}DoCmd.OpenReport "MyMdb Report", acViewNormal