I have three sub forms on a main form. Each of the sub forms is attached to its own query and returns the a field of text from the record when a certain field, PROCEDURE, equals a specified value. (Each subform is looking for a specific value.)
Everything is working great, unless there is no record for a given procedure. In that case the individual subform is blank. What I want it to do is display a message, like "This service is not covered." I don't want a message box or anything like that to pop up, I want it to look like it is the same field of text, just a different message. Hopefully that made sense!
Does anyone have any suggestions on how to do this? I'm thinking that this will involve code, which I haven't used too much.
Thanks so much!
Everything is working great, unless there is no record for a given procedure. In that case the individual subform is blank. What I want it to do is display a message, like "This service is not covered." I don't want a message box or anything like that to pop up, I want it to look like it is the same field of text, just a different message. Hopefully that made sense!
Does anyone have any suggestions on how to do this? I'm thinking that this will involve code, which I haven't used too much.
Thanks so much!