Hi All,
I have a problem, as those that find their way here often do.
I have been in charge of administrative systems within a counselling service that I work for, and as part of that have developed a fairly complex database around confidential information, appointment diaries, statistics, reports and research activities. As the service has gotten bigger, and I have been unable to keep on top of the volume of work, other people have had to get in involved with using the database, and they aren't all that tech savvy.
I'm in the process of making it as user-friendly as possible (not that it isn't already), but on top of that trying to input error checking capabilities along the way.
We have a number of people who input data into forms for research purposes. One of these forms are below. What I am trying to do, but keep getting stuck, is for the form to check if all data fields have a value. If they do NOT all have a value, I want a MsgBox to pop up saying "Please check the following fields:" and then to list the fields that are missing. Now, there will be occasions where the data is missing on purpose where the person completing the form hasn't filled it in, and this is why I simply cannot set each field to 'Required'.
For some reason:
If ClientID Is Null Then ... Doesn't work. Nor does 'If FrameQ1 is Null Then'... Also, to be honest, I'm not sure how to apply what is missing in the MsgBox.
Any help at all would be greatly appreciated with this!
Many thanks,
Davron
P.s. Not sure if this belongs in the VBA/Module section either!
I have a problem, as those that find their way here often do.
I have been in charge of administrative systems within a counselling service that I work for, and as part of that have developed a fairly complex database around confidential information, appointment diaries, statistics, reports and research activities. As the service has gotten bigger, and I have been unable to keep on top of the volume of work, other people have had to get in involved with using the database, and they aren't all that tech savvy.
I'm in the process of making it as user-friendly as possible (not that it isn't already), but on top of that trying to input error checking capabilities along the way.
We have a number of people who input data into forms for research purposes. One of these forms are below. What I am trying to do, but keep getting stuck, is for the form to check if all data fields have a value. If they do NOT all have a value, I want a MsgBox to pop up saying "Please check the following fields:" and then to list the fields that are missing. Now, there will be occasions where the data is missing on purpose where the person completing the form hasn't filled it in, and this is why I simply cannot set each field to 'Required'.
For some reason:
If ClientID Is Null Then ... Doesn't work. Nor does 'If FrameQ1 is Null Then'... Also, to be honest, I'm not sure how to apply what is missing in the MsgBox.
Any help at all would be greatly appreciated with this!
Many thanks,
Davron
P.s. Not sure if this belongs in the VBA/Module section either!