msg Posted September 15, 2004 Posted September 15, 2004 Is it possible to make an IF-tag to check if the CurrentRecordNumber matches a series of numbers, say 1 or 5 or 9 or 13. Something like: [FMP-If: CurrentRecordNumber.eq.1 or 4 or 9 or 13]
Garry Claridge Posted September 15, 2004 Posted September 15, 2004 Here is an example from the Filemaker Tech Info Database: [FMP-If: (Field:name.Eq.david).or.(Field:name.Eq.dave)] Welcome David! [FMP-ElseIf: Field:name.Eq.eric] Hi Eric! [FMP-Else] Hi Stranger! [/FMP-If] The Tech Info Article Number is: 106550 Good Luck. Garry
Recommended Posts
This topic is 7444 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