I'm converting an Access 97 application to VB and some of the Access forms are larger than the maximum default height allowed in VB. How can I add a scroll bar to the actual form object in VB so that I can increase the form space that is available to me?
Thanks
I need to open a form by referencing a variable name. I'm reading a form name into the variable "nextform".
NextForm.show
gives me an "object required" error
I've also tried
Dim myform as Form
set myform.Name = NextForm
myForm.show
gives me an "Invalid use of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.