Hi
I have a field on a form that is of type SELECT.
The recordset this field lists in its drop down needs to be slightly different, depending on whether the form is inserting a new record, or updating an existing record.
So - is it possible to change the field’s lookup SELECT value dynamically in either the BeforeInsert and BeforeUpdate events? And if so, how?
Thanks
