Dear all,
I am a fairly new user to access, I think I understand the very basic principles but this is the first time I have tried to put them into practice!
I am trying to build a customer complaints data base-The main table holding data on 'active' complaints with an Entry, Analysis & Follow up form for various levels of user to enter data into this table.
The very end process in this would be for the person responsible for complaints to mark a record as completed and hence 'inactive'.
To this end in the Follow up form I have a complaint status field which in the ative complaints table is Yes/No format where the display control for the form is a check box.
What I am looking to achieve is that when someone attempts to click in the check box to mark the record complete if a number of other fields within the table have no value (e.g. completion date/employee who delt with complaint etc) then a message box will appear stating which fields need data entering into them & leave the user unable to mark the record as complete until these fields have the required values.
I thought perhaps that by building an event into the check box properties (in the on click event) may be one way to solve the issue-however my knowledge of expression building/vba-and the general language of these commands is nill!
Could anyone please spare a moment to help me?
Many thanks for any/all help received
I am a fairly new user to access, I think I understand the very basic principles but this is the first time I have tried to put them into practice!
I am trying to build a customer complaints data base-The main table holding data on 'active' complaints with an Entry, Analysis & Follow up form for various levels of user to enter data into this table.
The very end process in this would be for the person responsible for complaints to mark a record as completed and hence 'inactive'.
To this end in the Follow up form I have a complaint status field which in the ative complaints table is Yes/No format where the display control for the form is a check box.
What I am looking to achieve is that when someone attempts to click in the check box to mark the record complete if a number of other fields within the table have no value (e.g. completion date/employee who delt with complaint etc) then a message box will appear stating which fields need data entering into them & leave the user unable to mark the record as complete until these fields have the required values.
I thought perhaps that by building an event into the check box properties (in the on click event) may be one way to solve the issue-however my knowledge of expression building/vba-and the general language of these commands is nill!
Could anyone please spare a moment to help me?
Many thanks for any/all help received