Microsoft Access Resize Form Fields Dynamically with VBA Video Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2013
  • In this Microsoft Access video tutorial, you will learn how to dynamically change the size of a form field when the user clicks on it (or tabs to it). This will allow you to make certain fields (like Notes, for example) to appear much larger when needed. For more free Access tutorials and a discount on my full lessons, visit 599cd.com/XYTRF

ความคิดเห็น • 37

  • @joseluisbeltramone599
    @joseluisbeltramone599 4 ปีที่แล้ว

    Loved your tutorial. Thanks for sharing!

    • @599CD
      @599CD  3 ปีที่แล้ว

      My pleasure.

  • @FestivaleOnline
    @FestivaleOnline ปีที่แล้ว

    Very nicely explained, and well paced. I love that you added the tip to call another routine. I'm going to use it to create a conditional field size based on content. Fun times.

    • @599CD
      @599CD  ปีที่แล้ว

      Thanks

  • @nta699
    @nta699 11 ปีที่แล้ว +1

    Very nice and practical.

  • @johndavy3820
    @johndavy3820 5 ปีที่แล้ว

    Very Helpful, Thanks Richard

    • @599CD
      @599CD  3 ปีที่แล้ว

      My pleasure.

  • @tombates1435
    @tombates1435 6 ปีที่แล้ว

    I love that automatic expand/contract idea. I definitely will use that and include your name and website in the code comments. :-) Thanks!

    • @599CD
      @599CD  3 ปีที่แล้ว

      Much appreciated! Feel free to send me screen shots! :)

  • @carlo9567
    @carlo9567 7 ปีที่แล้ว

    Thank you. That was very useful.

    • @599CD
      @599CD  3 ปีที่แล้ว

      You're very welcome.

  • @EarlAndJill
    @EarlAndJill ปีที่แล้ว

    Very good instruction - clear ... thank you so much !

    • @599CD
      @599CD  ปีที่แล้ว

      Glad you enjoyed it!

  • @sweed1sa
    @sweed1sa 11 ปีที่แล้ว +1

    thanks
    and that was very usefull 4 me
    keep them coming please.

    • @jairalt
      @jairalt 4 ปีที่แล้ว

      The zoom box was good to know it behaves like word.. then the users wont need to use ctrl enter for a new line.

  • @josephmessina5689
    @josephmessina5689 3 ปีที่แล้ว

    I like that video. That is really cool. I use access a lot for few databases. I'm always watching the different videos u have on youtube!

    • @599CD
      @599CD  3 ปีที่แล้ว

      Glad you like them!

    • @josephmessina5689
      @josephmessina5689 3 ปีที่แล้ว

      @@599CD i'm always on youtube to see different things I can do in my databases in Access!

  • @tnguyen657
    @tnguyen657 10 ปีที่แล้ว

    Thanks for your video! What if I didn't want to add the buttons though? I tried to use the same steps but eliminated adding the command box. However it didn't come out right. What am I do wrong?

    • @599CD
      @599CD  ปีที่แล้ว

      599cd.com/Ask

  • @mohammedlabib4493
    @mohammedlabib4493 6 ปีที่แล้ว

    I am asking if you have any code for inserting frame with scroll bar in to access form and add text boxes in this frame reading data from tables

    • @599CD
      @599CD  3 ปีที่แล้ว

      Huh?

  • @MrSidCharming
    @MrSidCharming 6 ปีที่แล้ว

    Would you have a suggestion to have the width match the longest data point in a comboBox?

    • @599CD
      @599CD  3 ปีที่แล้ว +1

      Sure. Make them as wide as you need.

  • @amrasy
    @amrasy 7 ปีที่แล้ว +1

    thank you 4 the lesson but what if i wanna print it and the textbox have many lins

    • @599CD
      @599CD  3 ปีที่แล้ว

      You are very welcome. Glad you enjoyed!

  • @eladborovsky3064
    @eladborovsky3064 2 ปีที่แล้ว

    thanks again for giving those amazing solutions to those annoying problems.
    however, is there a way to use this solution in a Continus Form without expanding all the records?

    • @599CD
      @599CD  2 ปีที่แล้ว +1

      Nope. Single forms only.

  • @enasnoraddin6755
    @enasnoraddin6755 6 ปีที่แล้ว

    Thank you

    • @599CD
      @599CD  3 ปีที่แล้ว

      You're welcome

  • @ibrahimsalad1432
    @ibrahimsalad1432 2 ปีที่แล้ว

    Thanks for your explain but how i made full screen for acces

    • @599CD
      @599CD  2 ปีที่แล้ว

      What do you mean?

  • @kjohnson19615068
    @kjohnson19615068 3 ปีที่แล้ว

    How do you do that with a form, in access when you bring up a form you always have to resize, how do you automatically resize a form

    • @599CD
      @599CD  3 ปีที่แล้ว

      You can't easily automatically resize form fields in Access based on their content.

  • @glenntaylor2863
    @glenntaylor2863 4 ปีที่แล้ว

    I tried this on one of my forms and it didn't work. I though it might have something to do with the "Can Grow" property and changed it to "Yes". Tried it again and still no luck. I wonder what's happening. It would be perfect for the text field I'm using but....

    • @glenntaylor2863
      @glenntaylor2863 4 ปีที่แล้ว

      Instead of going directly to the fsubCustomers form, I had to go through the parent and click twice to get to the field in the fsub within the parent form...now it works. Wonder why the macro can't just be put on the subform itself and why you have to bring up the parent and access the sub form's field that way. Don't see the difference. Hmmm.

    • @599CD
      @599CD  3 ปีที่แล้ว

      Interesting. I'd honestly have to play with it myself to figure out what's going on.