J
Jake
I would like a user to enter a caption for a label in the form header. So I
coded a button as follows:
Private Sub Command41_Click()
Dim x As String
x = InputBox("Enter Title", "Title")
Me.Label25.Caption = x
End Sub
This works fine, but when i close the form and open it again the new caption
is lost and Access reverts back to the caption design properties of the
control. Is there a way to have the caption preserved, but enable the user
to change it?
Thanks for any help,
Jake
coded a button as follows:
Private Sub Command41_Click()
Dim x As String
x = InputBox("Enter Title", "Title")
Me.Label25.Caption = x
End Sub
This works fine, but when i close the form and open it again the new caption
is lost and Access reverts back to the caption design properties of the
control. Is there a way to have the caption preserved, but enable the user
to change it?
Thanks for any help,
Jake