hockeyman9474
IS-IT--Management
I don't want to set this up as a macro. I would like to write a line to prompt a user to save a form as .xls. Here is where I am:
docmd.OutputTo(acOutputForm,New Contract,(*.xls))
it's looking for an (=) sign somwhere. Where am I wrong.
docmd.OutputTo(acOutputForm,New Contract,(*.xls))
it's looking for an (=) sign somwhere. Where am I wrong.