ianmuir Posted January 16, 2010 Posted January 16, 2010 Hi, 2 fields date_1 and date_2. I need a script that if date_2 = date_1 it shows the records for date_2 any ideas?
bcooney Posted January 16, 2010 Posted January 16, 2010 flag_DatesMatch = if (date_2 = date_1 ; 1 ; "") Then find flag_DatesMatch = 1.
ianmuir Posted January 16, 2010 Author Posted January 16, 2010 This is great, thanks but is this a calculation?
Recommended Posts
This topic is 5425 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now