date field match (1 Viewer)

kitty77

Registered User.
Local time
Today, 17:11
Joined
May 27, 2019
Messages
712
I have a form that has four fields, date fields.
I would like to find the records where any of those four fields match?

What is the best way to approach this?
 

MarkK

bit cruncher
Local time
Today, 14:11
Joined
Mar 17, 2004
Messages
8,181
This sounds like a normalization problem. If the four dates were in separate rows, for instance, this problem would be trivial. Can you describe your requirement in greater detail?
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 17:11
Joined
Feb 19, 2002
Messages
43,282
I would make a function so I could use an array and VBA. But, the best option as always is normalizing the data;)
 

Users who are viewing this thread

Top Bottom