R
rogge
I am using a stored procedure to populate a form; when a new record becomes
dirty, the como boxes auto populate.
Pseudo code:
• DoCmd.gotoRecord , , acNewRec
• start entering data (not in combo boxes)
• combo boxes filled with bad data (GUID/UniqueIdentifier data type / null
data is preferred)
i have set the following to null:
• field on sql server table
• combo box on form (also limit to list = yes)
how do i make sure the combo boxes stay null when the form goes dirty for
the first time?
Edits have no effect on the mis-population of the combo boxes. thanks
dirty, the como boxes auto populate.
Pseudo code:
• DoCmd.gotoRecord , , acNewRec
• start entering data (not in combo boxes)
• combo boxes filled with bad data (GUID/UniqueIdentifier data type / null
data is preferred)
i have set the following to null:
• field on sql server table
• combo box on form (also limit to list = yes)
how do i make sure the combo boxes stay null when the form goes dirty for
the first time?
Edits have no effect on the mis-population of the combo boxes. thanks