Good Morning All;
I have a form (frm_check_table) bound to a table (tbl_check); and on this form I have 3 bound fields (check_name1, check_name2 and check_name3) and one unbound combobox (called: checktype) which takes it values from tbl_check_type.
What I need to do is select the data from the unbound combobox and populate the field called: check_name1; but if this field contains a value to move to the field:check_name2 etc.
I need to prevent the fields from being overwritten and if the user selects a value that has been previously used in any field; then to disallow this and show a message box stating the text value has already been entered; then setting the focus to an empty field.
Your help on this would greatly be appreciated.
Regards
Tor Fey
I have a form (frm_check_table) bound to a table (tbl_check); and on this form I have 3 bound fields (check_name1, check_name2 and check_name3) and one unbound combobox (called: checktype) which takes it values from tbl_check_type.
What I need to do is select the data from the unbound combobox and populate the field called: check_name1; but if this field contains a value to move to the field:check_name2 etc.
I need to prevent the fields from being overwritten and if the user selects a value that has been previously used in any field; then to disallow this and show a message box stating the text value has already been entered; then setting the focus to an empty field.
Your help on this would greatly be appreciated.
Regards
Tor Fey