S
Sajit
I am trying to set the default value of a combo box to the last value with
which the form was closed with.
I was expecting this setting in the 'on form close' to work much the same
way it would if I were to enter the default value in the properties manually.
Private Sub Form_Close()
Forms![list of standards]![Text25].DefaultValue = """" & Forms![list of
standards]!Text25 & """"
Debug.Print Me.Text25.DefaultValue
End Sub
But it does not.
Why does the setting that I do, don't stick in there?
Sajit
Abu Dhabi
which the form was closed with.
I was expecting this setting in the 'on form close' to work much the same
way it would if I were to enter the default value in the properties manually.
Private Sub Form_Close()
Forms![list of standards]![Text25].DefaultValue = """" & Forms![list of
standards]!Text25 & """"
Debug.Print Me.Text25.DefaultValue
End Sub
But it does not.
Why does the setting that I do, don't stick in there?
Sajit
Abu Dhabi