S
stephm
Hi. I have ComboOther on my form that has a row source:
SELECT Member.MemberID, Nz([NickName],[FirstName]) & " " &
[LastName] AS [Member Name]
I want the default of field OtherName to be
ComboOther.Column(2) or in other words: Nz([NickName],
[FirstName]) & " " & [LastName]
I can't seem to get the default value. Thanks for any
ideas!
SELECT Member.MemberID, Nz([NickName],[FirstName]) & " " &
[LastName] AS [Member Name]
I want the default of field OtherName to be
ComboOther.Column(2) or in other words: Nz([NickName],
[FirstName]) & " " & [LastName]
I can't seem to get the default value. Thanks for any
ideas!