OK, I hope I can desribe this...
I have a form that displays a list box with a list of schools - each school represents a record. Clicking on the school in this list changes to the appropriate record. I'd like to create a button that will create a new record with the school name already added. Either through a combobox on the current form where the user can select the school, or through a popup window that asks for the new school name.
I have a form that displays a list box with a list of schools - each school represents a record. Clicking on the school in this list changes to the appropriate record. I'd like to create a button that will create a new record with the school name already added. Either through a combobox on the current form where the user can select the school, or through a popup window that asks for the new school name.