I have a report that is run using a command button in a form. The report is populated with information from a query. Is it possible to notify the user if certains fields in the report are left blank becuase the field is null OR can the query require a user to complete null fields?
For example, the report generates a form-letter that begins with "Dear [Salutation] [First Name] [Last Name],"
The query populates the form as follows: Dear Mr. John Doe,
Let's assume the first name field was left blank.
OPTION 1
Is is possible to have a notification box pop-up that tells a user if any of the fields are null: "The first name of the client is blank, please enter the first name on the client form and try again."
OPTION 2
Is it possible to have a pop-up that can populate a null field: "Please enter the client's first name."
NOTE: I cannot make these fields required in the database because we sometimes do not have all the infomration at the time the record is created.
THANKS
For example, the report generates a form-letter that begins with "Dear [Salutation] [First Name] [Last Name],"
The query populates the form as follows: Dear Mr. John Doe,
Let's assume the first name field was left blank.
OPTION 1
Is is possible to have a notification box pop-up that tells a user if any of the fields are null: "The first name of the client is blank, please enter the first name on the client form and try again."
OPTION 2
Is it possible to have a pop-up that can populate a null field: "Please enter the client's first name."
NOTE: I cannot make these fields required in the database because we sometimes do not have all the infomration at the time the record is created.
THANKS