Hi there,
Have been working on a project for so long that my vision is blurred and im not thinking clearly! Plus I have to split and install my database tomorrow and need help to get over this last hurdle......
I need to make this code run on start up of database:
DoCmd.RunCommand acCmdWindowHide
DoCmd.ShowToolbar "Ribbon", acToolbarNo
I know I need to open with autoexec macro, have created a function and tried to open that way but not working.
HELP!
My plan is to do this, bypass shift key and then have a button within developer log in that reverses the above code.
Does this sound right and will it protect the database?
Thanks for any help through this
Have been working on a project for so long that my vision is blurred and im not thinking clearly! Plus I have to split and install my database tomorrow and need help to get over this last hurdle......
I need to make this code run on start up of database:
DoCmd.RunCommand acCmdWindowHide
DoCmd.ShowToolbar "Ribbon", acToolbarNo
I know I need to open with autoexec macro, have created a function and tried to open that way but not working.
HELP!
My plan is to do this, bypass shift key and then have a button within developer log in that reverses the above code.
Does this sound right and will it protect the database?
Thanks for any help through this