B
Bernie
I have the following expression:
DoCmd.OpenForm "Frm-CN-Archive", , , "[Status]=" & "'" &
Me![SearchValues] & "'", acFormReadOnly
I want to sort on a specific field (Release Date) in
descending order when the form is opened. What is the
expression for this?
Not very experienced with VBA.
Thanks,
Bernie
DoCmd.OpenForm "Frm-CN-Archive", , , "[Status]=" & "'" &
Me![SearchValues] & "'", acFormReadOnly
I want to sort on a specific field (Release Date) in
descending order when the form is opened. What is the
expression for this?
Not very experienced with VBA.
Thanks,
Bernie