When I create forms, I often use the naming convention frmNameOfForm.
Then I will change the caption property of the form so that the tab of the form does NOT show frmNameOfForm. I replace it with something more user friendly.
I'd like to do the same for my queries.
Is it possible to change the caption property of the query so that it does not show qryNameOfQuery on the tab?
Then I will change the caption property of the form so that the tab of the form does NOT show frmNameOfForm. I replace it with something more user friendly.
I'd like to do the same for my queries.
Is it possible to change the caption property of the query so that it does not show qryNameOfQuery on the tab?