Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I have a field that is restricted to a list(Table::Store, Field::Store_No) & I have another List(Table::Not_Store, Field::Not_Store_No).
Is it possible that when there is a entry(FORM VIEW) that is not in the Store/Store_No list then have it check if that entry is in the Not_Store/Not_Store_No list.
If in Store then proceed onto next field,
If in Not_Store then message: "Please Destroy",
If not in Store AND Not_Store then just don't let the user enter it in the database.
I have a field that is restricted to a list(Table::Store, Field::Store_No) & I have another List(Table::Not_Store, Field::Not_Store_No).
Is it possible that when there is a entry(FORM VIEW) that is not in the Store/Store_No list then have it check if that entry is in the Not_Store/Not_Store_No list.
If in Store then proceed onto next field,
If in Not_Store then message: "Please Destroy",
If not in Store AND Not_Store then just don't let the user enter it in the database.