I have a form with a linked subform.
The subform is populated from a query to a table with a field that may or may not be unpopulated.
I want to pop up a message when the subform is being populated from a combobox when this field is unpopulated.
I think I need an after update event on the subform.
Or, does the macro have to reference the field from the table from which the query is looking for it?
Any help would be appreciated.