One word of caution though. Disable the resizer by placing an ' before code that calls it in the VBA window before you make changes to your form design or your forms will be saved at the incorrect size. Whenever I am going to make some form design changes I open my db while holding down the shift key so that no form loads and then enter any module, select the main form and place the apostrophe in front of the declaration and compile and save. Then I make my form changes, save and exit the form design view, reenter VBA, remove the apostrophe and compile and save again.