I am working with CR/CE10 with an Oracle db (direct connect).
There is a text field in my db (FOLDERNAME) that this is a free-text field. For a given FOLDERNAME to be valid, however, it must begin with a valid folder prefix. The valid folder prefixes are NOT stored in the Oracle db but I do have them stored in an MS-Access db.
I want to report on invalid FOLDERNAMEs by using the following logic:
If FOLDERNAME starts with any value in the list of Folder Prefixes, Then OK Else Error
Does anybody have any suggestions on how to do this?
Thanks, Mark
There is a text field in my db (FOLDERNAME) that this is a free-text field. For a given FOLDERNAME to be valid, however, it must begin with a valid folder prefix. The valid folder prefixes are NOT stored in the Oracle db but I do have them stored in an MS-Access db.
I want to report on invalid FOLDERNAMEs by using the following logic:
If FOLDERNAME starts with any value in the list of Folder Prefixes, Then OK Else Error
Does anybody have any suggestions on how to do this?
Thanks, Mark