value in combo is disapearing

R

Russ

I have a form "ROS/PMH" with a subform "ROS subform" (displayed as a
datasheet) connected by SSN.

the subform as fields Loc, Site, Type, and ICDCode which are all comboboxes.

the sql for ICDCode is SELECT [Diagnosis Table new].Diagnosis, [Dx
Classification].[ICD Code], [Dx Classification].Site, [Dx
Classification].TypeOfInjury FROM [Diagnosis Table new] LEFT JOIN [Dx
Classification] ON [Diagnosis Table new].ICD_Code = [Dx Classification].[ICD
Code] WHERE ((([Dx
Classification].Site)=[Forms]![ROS/PMH]![Child16].[Form]![Site]) AND (([Dx
Classification].TypeOfInjury)=[Forms]![ROS/PMH]![Child16].[Form]![Etiology]));

bound column is 2.
the problem is that when i click in the ICDCode field every other value for
ICDCode becomes blank. when I click in ICDCOde of record 2, record 1 ICDCode
goes blank. when i cick back in record 1 ICDCode, it reappears but record 2
ICDCode goes blankl.

how do i fix this so that it does not go blank?

thank you
russ
 

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