Hi, I create an inventory report which source is from a query. I have set a field "Date" displaying in ascending order in query. But the report cannot achieve that result.
My code is:
Private Sub PrtDelRec_Click()
DoCmd.OpenReport "DeletionTransferRpt", acViewPreview
End sub
Can anyone help? Thanks in advance.
My code is:
Private Sub PrtDelRec_Click()
DoCmd.OpenReport "DeletionTransferRpt", acViewPreview
End sub
Can anyone help? Thanks in advance.