Hi, I have a problema and I don't know exactly how to solve it
I'm developing an application for some doctors, but I need to put the name of the doctor in all the forms and reports, the question is:
can I asign the value of the name of the doctor to a variable or something so I just need to capture it once and put the variable in all the forms and reports so in that way fill the variable with the name, I think in using a label in every form
For example I create a a constant in a module
Public conUsuario = "Dr. José A. Parra Morones"
and it works great but I want to know is there any other way to link this constant with a field of a form so everything be dynamic
thank you
I'm developing an application for some doctors, but I need to put the name of the doctor in all the forms and reports, the question is:
can I asign the value of the name of the doctor to a variable or something so I just need to capture it once and put the variable in all the forms and reports so in that way fill the variable with the name, I think in using a label in every form
For example I create a a constant in a module
Public conUsuario = "Dr. José A. Parra Morones"
and it works great but I want to know is there any other way to link this constant with a field of a form so everything be dynamic
thank you

Last edited: