I have a combo box getting values from a table. Once the value is selected, either the ADD record button or Edit record button must be selected. Then some validation needs to occur: For an add, only some of the values available in the combo box are valid.
The probem is that the record is not yet saved and I can't seem to use the right field in the If statement. I've tried the Form.Controlsource and the table column, but get a type mismatch or "cant find the field" error.
I'm sure I'm just doing something stupid, but I just can figure this out.
Thanks.
The probem is that the record is not yet saved and I can't seem to use the right field in the If statement. I've tried the Form.Controlsource and the table column, but get a type mismatch or "cant find the field" error.
I'm sure I'm just doing something stupid, but I just can figure this out.
Thanks.