1
123
Thank you for your help and answer:
Whey this code not work and what is the solution
Private Sub Report_Open(Cancel As Integer)
Me.OrderBy = Forms![Report]![txts]
End Sub
Notes:
I want to use report order by to sort report by using the report open event
( by using text box in open form)
Thank you
Whey this code not work and what is the solution
Private Sub Report_Open(Cancel As Integer)
Me.OrderBy = Forms![Report]![txts]
End Sub
Notes:
I want to use report order by to sort report by using the report open event
( by using text box in open form)
Thank you