HAving forms in bigger size than what it is usually

Can anybody help me out in this........

I want to put in a lot of data in the same form but the form is of same size only....

How can u extend the size of the form..... according to the data

Please this is very urgent .... i was doing a project n i just had no options to make it bigger please help me out




Answer this question

HAving forms in bigger size than what it is usually

  • Oh2BaLuddite!

    Hi,

    Use the Height and Width of Me if you need to change the size within your code.>>

    .

    Me.Width = 500

    Me.Height = 400

    Regards,

    S_DS



  • jgiacobbe

    To that we should do

    Me.borderstyle = 0,1,3, or 4

    then only it works otherwise in the border style sizeable and sizeable tool it doesn't works........ anyways thanks dude..........



  • HAving forms in bigger size than what it is usually