E
Ernst Guckel
Hello,
I have a combobox whos row source = StateID;StateName
in code in the ZipCode_Exit event I have the following:
Me.cboState.Value = DLookup("[StateID]", "tblTypeState", "[StateName] =" &
StateLookup())
StateLookup looks up the state in the database. It returns the correct
info. Am I missing something?
Ernst.
I have a combobox whos row source = StateID;StateName
in code in the ZipCode_Exit event I have the following:
Me.cboState.Value = DLookup("[StateID]", "tblTypeState", "[StateName] =" &
StateLookup())
StateLookup looks up the state in the database. It returns the correct
info. Am I missing something?
Ernst.