N
netadmin
On my form I have a command button that once pressed it
opens a small dialog button asking what format to save
as, I notice in the bottom right there are 2 options, All
and Select, but the select button is grayed out, how can
I set my code to save the form that displayed, and not
all the forms. Here's the code so far behind my on click
event
Dim stDocName As String
stDocName = "Elemental Analysis Request Form"
DoCmd.OutputTo acForm, stDocName
Thank you
opens a small dialog button asking what format to save
as, I notice in the bottom right there are 2 options, All
and Select, but the select button is grayed out, how can
I set my code to save the form that displayed, and not
all the forms. Here's the code so far behind my on click
event
Dim stDocName As String
stDocName = "Elemental Analysis Request Form"
DoCmd.OutputTo acForm, stDocName
Thank you