SWL Server GUID and Access Combo Boxes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top