Jason Barker Posted February 27, 2006 Posted February 27, 2006 (edited) I have this date field (start date) that is set to a Monday within two weeks of the creation date of the record. I also have a date calculation field that runs through the same algorithm based on today's date (currrent start date). I'm trying to do a FIND through a URL where the start date equals the current start date. I'm not having any luck by using the field names in my query (i.e. &start_date=current_start_date) as I think it's looking for a start_date with a value of "current_start_date". How can I accomplish this? Can this even be done in FM? Thanks in advance! Jason Edited February 27, 2006 by Guest
Martin Brändle Posted February 27, 2006 Posted February 27, 2006 If this fields are in the same record, then create a calculation field compare_date that compares the two fields: start_date = current_start_date Then do a search for &compare_date=1
Recommended Posts
This topic is 6835 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