Newbies bv2000 Posted November 9, 2006 Newbies Posted November 9, 2006 how would i write a script that would always give me tomorrow's appointments. I need a formula that = "today + 1" , but i don't know how to write it ...
LaRetta Posted November 10, 2006 Posted November 10, 2006 Get ( CurrentDate ) + 1 So script might be: Set Error Capture [ On ] Enter Find Mode [ ] ... uncheck pause Set Field [ ApptDate ; Get ( CurrentDate ) + 1 ] Perform Find [ ] If [ not Get ( FoundCount ) ] ... do whatever if no records found Exit Script End If ... do whatever with found set
Recommended Posts
This topic is 6650 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