- Local time
- Today, 15:38
- Joined
- Feb 19, 2002
- Messages
- 45,857
I also use the form/report wizards to build the basic controls. Usually I create a query first and use the wizard on the query. That lets me get the columns in the order I want them to appear on the form which might not be the same order as what is in the table and it also allows me to include ancillary data from other tables. I always lock the controls of the ancillary controls to prevent accidental update. Then I change some of the controls to combos as needed and move everything around. As for formatting, I try to stick with the default for the theme. If you are inclined to change themes, be aware that the point sizes for the various fonts are inconsistent so if your form looks great with theme1, switching to theme2 might make the letters too big to display in your labels so you would have to resize ALL the controls.