I'm trying to find a way to pick up the values entered into the description box of a Forms property in vba. By that I mean the property when a form is right clicked and property selected and the subsequent text entered into the Description box..
This may sound like an odd thing to be doing but the reason we are doing this is that when we modify forms (and reports by the way) we use the Description box of Properties to enter a version number so that we can see from the main database window, the current version number of the form. What we would like to do, is pick up that version number and display it on the form when it is open so we can confirm that users have the correct form version number when reporting errors to us. This is because we have a problem with users making copies of the database and saving them to their desktop instead of using shortcuts (its an ongoing problem even though we keep explaining why they should not do this!)
So to recap, when a form opens we would like to be able to pick up the Description text from its Properties and use this as a simple label on the form.
I have no problem utilising the value when I have it but I cannot figure out how to get to this value in vba.
Any ideas would be gratefully received.
John
This may sound like an odd thing to be doing but the reason we are doing this is that when we modify forms (and reports by the way) we use the Description box of Properties to enter a version number so that we can see from the main database window, the current version number of the form. What we would like to do, is pick up that version number and display it on the form when it is open so we can confirm that users have the correct form version number when reporting errors to us. This is because we have a problem with users making copies of the database and saving them to their desktop instead of using shortcuts (its an ongoing problem even though we keep explaining why they should not do this!)
So to recap, when a form opens we would like to be able to pick up the Description text from its Properties and use this as a simple label on the form.
I have no problem utilising the value when I have it but I cannot figure out how to get to this value in vba.
Any ideas would be gratefully received.
John
Comment