I have a form with a combo box [part] that has a
record source of part numbers [partnum] from a table [Code_tbl).
A new number can also be entered into the combo box and
I would like to add it to the table if it does not already
exist along with its part description [partdesc] which is
in a different edit box [desc] on the form.
Is there an easy way to do this?
thanks
record source of part numbers [partnum] from a table [Code_tbl).
A new number can also be entered into the combo box and
I would like to add it to the table if it does not already
exist along with its part description [partdesc] which is
in a different edit box [desc] on the form.
Is there an easy way to do this?
thanks