I'm currently working on a database of funding proposals, and I'm looking for a good way to do the following:
- When a new proposal is entered on the main form, Access should check whether the same person has submitted any earlier proposals. (I'd imagine this when the field for the applicant's name is filled in.)
- If there aren't any other applications by the same person, nothing happens.
- If there are any other applications by the same person, a list pops up (not sure what format makes most sense: text box? form in datasheet view?) listing those proposals, and a number of other values on the same table.