I have what will probably be a simple question for you to solve but it's stumping me.
What i have is a form where scheduled meetings will be stored. Right now the dates are being kept along with meeting time, employee/employer names etc. There are two memo fields.....one for meeting reason and one for meeting result. I set the enabled value on the txtMeetingResult to be False so users will have to check the box chkMeetingCompleted for it to be editable. This works fine for an individual record. However when i click to create a new record it retains the settings of the previous record meaning the txtMeetingResult is enabled again whether or not the check box is checked.
So is there any way i can keep the original settings of txtMeetingResult disabled until the check box is checked for each individual record? Any help you folks could give would be appreciated.
Thanks
What i have is a form where scheduled meetings will be stored. Right now the dates are being kept along with meeting time, employee/employer names etc. There are two memo fields.....one for meeting reason and one for meeting result. I set the enabled value on the txtMeetingResult to be False so users will have to check the box chkMeetingCompleted for it to be editable. This works fine for an individual record. However when i click to create a new record it retains the settings of the previous record meaning the txtMeetingResult is enabled again whether or not the check box is checked.
So is there any way i can keep the original settings of txtMeetingResult disabled until the check box is checked for each individual record? Any help you folks could give would be appreciated.
Thanks