quote:
Originally posted by Choli
add a form to the project and put the controls you want in it. then from where you want that form to be opened put
code:
load form1 'or whatever you called your form
form1.show
that's all
That didn't work for me use this
form1.Show vbModal, Screen.ActiveForm