A family of Microsoft relational database management systems designed for ease of use.
- Open your form in design view.
- Open the Properties sheet if it isn't already open.
- Under the Events tab in the Properties sheet, find the On Load event. Select it.
- type [Event That should autofill to [EventProcedure]
- You should see a little builder button to the right of the line. Click it and it will open the code window to the Form_Load Sub
- write the line I wrote. When you type Me. a list of items will open. Select your control that you want to size and press Tab.
- type a period after the control name and another list will pop up. Select ColumnWidth and Press Tab.
- type an equal sign and the width you want just like I did.
And you thought writing code was tough? Nah!