Solved Custom sort from a report

Alt

Member
Local time
Yesterday, 19:01
Joined
Sep 6, 2021
Messages
35
Hi everyone,

I made a report based on form inputs but it doesn't work (drop-down works partially and report doesn't filter at all). Can you tell me what I've done wrong?
 

Attachments

You cannot change the signature of an Event Procedure.
Code:
Private Sub Report_Open(Cancel As Integer)
You cannot rename that to
Private Sub Report_Open_CIMA(Cancel As Integer)
It will not trap the event
 
Wow... Thanks a lot. I totally miss it.
 

Users who are viewing this thread

Back
Top Bottom