Hi
I have a open form which I want to save as a data access page. I appreciate I can use "File" "Save as" , choose "Data Access Page" etc, but I wanting to automate the proces and go directly to the file location dialog if possible.
I found the following code:
but if I try running this it gives the following error
The command or action " isn't available now.
Any advice would be appreciated.
Thanks
AL
I have a open form which I want to save as a data access page. I appreciate I can use "File" "Save as" , choose "Data Access Page" etc, but I wanting to automate the proces and go directly to the file location dialog if possible.
I found the following code:
Code:
DoCmd.RunCommand acCmdSaveAsDataAccessPage
but if I try running this it gives the following error
The command or action " isn't available now.
Any advice would be appreciated.
Thanks
AL