H
Hugh self taught
Hi Guys & Gals,
I've read various threads on the default value of a combo box but nothing I
try will give me a result.
I have 2 cbo's retrieving their data from the same sources. In another table
there is a PK with a FK for the man & a FK for the woman which is the PK in
the 1st table. The relevant fields are from the 1st table namely Comp_Idx,
FirstName, SurName. The cbo is bound to Column(0) which is hidden in both
cases. The 1st cbo is to show the Male name & the 2nd the Female name. I have
a hidden text box on the form which gives me the value of Column (3) which in
the sql is the PK for the woman in the 1st table.
How can I get the Afterupdate of the male cbo to set the default value of
the female cbo to show the relevant record for the female?
You build & you learn. Then someone helps you & you build some more........
I've read various threads on the default value of a combo box but nothing I
try will give me a result.
I have 2 cbo's retrieving their data from the same sources. In another table
there is a PK with a FK for the man & a FK for the woman which is the PK in
the 1st table. The relevant fields are from the 1st table namely Comp_Idx,
FirstName, SurName. The cbo is bound to Column(0) which is hidden in both
cases. The 1st cbo is to show the Male name & the 2nd the Female name. I have
a hidden text box on the form which gives me the value of Column (3) which in
the sql is the PK for the woman in the 1st table.
How can I get the Afterupdate of the male cbo to set the default value of
the female cbo to show the relevant record for the female?
You build & you learn. Then someone helps you & you build some more........