I have created a database.
I have two tables, one containing a member database, the other containing a list of member types.
I have created a form using the form wizard. For the member type field in the main member table I have created a drop down list control that allows me to select the member type when entering/editing member information. This works perfectly.
All of the form fields created by the wizard have nice labels. The drop down list control field I manually created (with the drop down wizard) does not.
I tried using the label tool but all I can get it to do is create some text in the upper left corner of the form page and I cannot move or format that text.
How do I add a label to the drop down list control field I added to the form?
Thanks.