I have a form with a field with a pop menu to select a value from
another
table. For new values (not in the other table), I want to put a special 'new'
flag
value in the other table that will get caught in an on exit EEP to call up the
form
to add a value to the other table. Here's the EEP:
IF Unit_English LIKE 'New' THEN
ENTER USING Units
ENDIF
RETURN
I tried it and I get the message:
-ERROR- Column or variable Unit_English not found (2515)
It would be really slick to have the new value stick and come back and
populate the field in the original form. Any ideas on how I can get this to
work?
Thanks, Geoffrey Wheeler, Thailand
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.