User Profile

Collapse

Profile Sidebar

Collapse
jige
jige
Last Activity: Oct 14 '06, 06:35 AM
Joined: Sep 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jige
    started a topic ReplaceLine

    ReplaceLine

    Code:
     
    Sub TestCommand_Click()
    Application.Echo False
    DoCmd.OpenModule "TestModule"
    Modules!TestModule.ReplaceLine 2, "TestString = " & now()
    DoCmd.Close acModule, "TestModule", acSaveYes
    Application.Echo True
    End Sub
    No problem whatsoever with the line replacement. However, after running the code, Access 2003 leaves behind on the top of my desktop a moduleless "Microsoft...
    See more | Go to post

  • jige
    started a topic CanGrow

    CanGrow

    All textboxes across the record are set to CanGrow, in the details section of a continuous subform of a report, yet different fields grow to varying heights and messy borders.

    Is it possible to configure all textboxes to follow the same height of their tallest peer in the same record?

    TIA!

    ...
    See more | Go to post
No activity results to display
Show More
Working...