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...
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?