R Roelant Registered User. Local time Today, 20:41 Joined Apr 2, 2002 Messages 36 Dec 27, 2003 #1 1 : Can i change de text of a label or txt field in a report by code in de Report_Open? If yes how. something like this : Private Sub Report_Open(Cancel As Integer) Me.TxtBoven = "testing" End Sub
1 : Can i change de text of a label or txt field in a report by code in de Report_Open? If yes how. something like this : Private Sub Report_Open(Cancel As Integer) Me.TxtBoven = "testing" End Sub
L llkhoutx Registered User. Local time Today, 14:41 Joined Feb 26, 2001 Messages 4,018 Dec 27, 2003 #2 Make your change of the "OnFormat" event of the sectikon of the report conmtaining the label and text box you want me!LabelName.Caption = "whatever you want" me!txtbox = whatever
Make your change of the "OnFormat" event of the sectikon of the report conmtaining the label and text box you want me!LabelName.Caption = "whatever you want" me!txtbox = whatever
Oldsoftboss AWF VIP Local time Tomorrow, 05:41 Joined Oct 28, 2001 Messages 2,499 Dec 28, 2003 #3 What happened to de second question ??
L llkhoutx Registered User. Local time Today, 14:41 Joined Feb 26, 2001 Messages 4,018 Dec 28, 2003 #4 Make your change of the "OnFormat" event Click to expand...