May 22, 200619 yr Greetings, Environment...Mac OS X 10.3 with FM 5.5 server with clients Mac 7.0. I need help with the following task. I have a DateField that the user enters date manually. Based on this field date, I want to create a script that will go to "layout 1" if DateField is > (greater) than "June 1, 2006", otherwise, go to layout 2.
May 24, 200619 yr seems pretty simple: if[DateField > 06/01/05] go to layout [layout 1] else go to layout [layout 2] end if
Create an account or sign in to comment