A
ancucchi
I'm tryng to replicate the box in object that can filter the visualized data while I digitize searching in every field of the table.
I have realized something similar with this simple code that filter olny one field:
""""" Me.Filter = "[LastName] Like '*" & [ControlName] & "*'"
Me.FilterOn = True """""
But write the some code for hundreds filed become reaaly hard.
It's possible change [LastName] with something similar that mean [EVERY FIELD]?
Or other suggestions?
Tony from Sardinia (ITALY)
I have realized something similar with this simple code that filter olny one field:
""""" Me.Filter = "[LastName] Like '*" & [ControlName] & "*'"
Me.FilterOn = True """""
But write the some code for hundreds filed become reaaly hard.
It's possible change [LastName] with something similar that mean [EVERY FIELD]?
Or other suggestions?
Tony from Sardinia (ITALY)