Good afternoon ladies and gentlemen, I had a question.
I am writing a database for an hospital, and right now I am working on one of the forms. On this form (called main form after this), there are several buttons, leading to other forms (called subforms after this), and the client wants to have a check box next to the button, which is checked off when the form has been filled in (a form counts as filled in if the date has any value other than Null).
The problem is that there are several forms that need to be filled in with every visit, for instance, a questionnaire which is the same every time. The problem I am having is adding a check box, which only checks off if the right form is filled in. It needs to detect the right patient number, then the right type of form, and then the right serial number of the form. I am completely stuck, and that's why I'm asking for help here.
Many thanks in advance, I've tried a bunch of things already but none seem to work, and if there is any additional information you need or want to solve this question, I'd be happy to supply it.
Kind regards,
David.
I am writing a database for an hospital, and right now I am working on one of the forms. On this form (called main form after this), there are several buttons, leading to other forms (called subforms after this), and the client wants to have a check box next to the button, which is checked off when the form has been filled in (a form counts as filled in if the date has any value other than Null).
The problem is that there are several forms that need to be filled in with every visit, for instance, a questionnaire which is the same every time. The problem I am having is adding a check box, which only checks off if the right form is filled in. It needs to detect the right patient number, then the right type of form, and then the right serial number of the form. I am completely stuck, and that's why I'm asking for help here.
Many thanks in advance, I've tried a bunch of things already but none seem to work, and if there is any additional information you need or want to solve this question, I'd be happy to supply it.
Kind regards,
David.
Comment