I have a form that uses a bar_code to populate a form via PULLDATA(). If the barcode isn't reading/working I want to allow a the user to pick from a SELECT_ONE. How can I structure an if...then statement to say... IF BAR_CODE is != "some_default_value" (barcode IS working) THEN set SELECT_ONE to NULL.
If the bar_code cannot be read then have the user pick from the SELECT_ONE. I have attached a form.
Thanks.