Hello,
I have a small database that contains a Master Form and a Subform. The Subform holds detailed information about the record being displayed from the Master Form. Currently, I have it set up so that, based on specific criteria in the Subform record, a message box displays with information. The user then clicks on OK and moves on. The problem is that the user generally has to scroll through multiple records when in the form, and it's become annoying to have to click on OK every time a message box appears, which can be frequent. I would like to change the form and add a Text Box that will display the same information as the Message Box, so that the user doesn't have to click on anything to get to the next record. The text box needs to be able to change the message being displayed based on whether certain fields in the subform are populated or not. I'm not sure which Event to use for this. Does anyone have an idea and maybe an example I could follow? Many thanks!!