hey guys I have a form frmComparison with caption header to start with of the below code
i have a button on that form that closes and reopens that form called cmdNEXT
what i want to happen is each time that next button is clicked the caption changes from 1 to 2 etc
Code:
Dim P As Integer
P = 1
Me.Caption = "SALES COMPARISON PERIOD" & P
i have a button on that form that closes and reopens that form called cmdNEXT
what i want to happen is each time that next button is clicked the caption changes from 1 to 2 etc