A
Andrew
Some one told me to use this code:
Use code in the control's AfterUpdate event along the
lines of:
Private Sub Account_Name_AfterUpdate()
With Me![Account Name]
.DefaultValue = """" & .Value & """"
End With
End Sub
On using this code, when I open a new record, in the
combo box [Account Name] there is no default value, and
it will not let me select anything from the list. When I
close the record and open it again, then I can select
something from the list. Is there something that I am
missing? This is what I was trying to do:
I have a Combo Box Called [Account Name]. Whant I want to
Use code in the control's AfterUpdate event along the
lines of:
Private Sub Account_Name_AfterUpdate()
With Me![Account Name]
.DefaultValue = """" & .Value & """"
End With
End Sub
On using this code, when I open a new record, in the
combo box [Account Name] there is no default value, and
it will not let me select anything from the list. When I
close the record and open it again, then I can select
something from the list. Is there something that I am
missing? This is what I was trying to do:
I have a Combo Box Called [Account Name]. Whant I want to