dynamic forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MrDeej
    New Member
    • Apr 2007
    • 157

    dynamic forms

    Hello!

    Is it possilbe to make each record in a continious form have different heights.

    Example is this excel spreadsheet which we would like to use in access with the same functionality as it has in Excel (+ more off course)



    If you se the excel sheet, row nr 209 has different height than 210 and so on. We want to keep this functionality if we put this sheet in access. But havent found a way to do this.
  • hjozinovic
    New Member
    • Oct 2007
    • 167

    #2
    As far as I know all rows will have the same height in forms.
    Different heights effect could be achieved only in reports where your textBoxes would have CanGrow property set to Yes.
    h.

    Comment

    • missinglinq
      Recognized Expert Specialist
      • Nov 2006
      • 3533

      #3
      I've never used it, but Stephen Lebans has a hack that gives controls on
      forms CanGrow functionality like they have on reports. You can download it from here:



      Linq ;0)>

      Comment

      • MrDeej
        New Member
        • Apr 2007
        • 157

        #4
        Thank you! I will look to se if i can convert this to suit our needs :=)

        Comment

        Working...