I have a situation where the user makes a selection of an item from a combo box control on a form. If a record for that item exists, it is displayed on the form. If no item exists, a new empty record needs to be created and that is then displayed on the form.
How would I do the 'if no record found, then create a new record'?
Robert
How would I do the 'if no record found, then create a new record'?
Robert