R
Rich Ellis
My orginal question was this:
Hi,
I have a form which is linked to a table(tblAntibody) for data entry.
I have another table(tblCatalogPartNumbers) with no relationship to
the first which contains all of our codes and has four coulmns
CatalogNumber, UnqualifiedNumber,NIPartNumber, and PIPartNumber. All
of these columns store thier data in tblAntibody.
On the form CatalogNumber is a combo box that has it's selection
criterial set to tblListCatalogPartNumbers. Once a catalog number is
selected, the form is refreshed. Now the other 3 list boxes get thier values
via a query on tblCatalogPartNumbers with the criteria of what the catalog
number currently listed on the form is. Ok great I can now see them on the
form. WHen I save the record, the queried values do not save to
tblAntibody(The table the fields are bound to)
Any ideas why?
*Bangs head against wall wishing he knew VBA better *
Hi,
I have a form which is linked to a table(tblAntibody) for data entry.
I have another table(tblCatalogPartNumbers) with no relationship to
the first which contains all of our codes and has four coulmns
CatalogNumber, UnqualifiedNumber,NIPartNumber, and PIPartNumber. All
of these columns store thier data in tblAntibody.
On the form CatalogNumber is a combo box that has it's selection
criterial set to tblListCatalogPartNumbers. Once a catalog number is
selected, the form is refreshed. Now the other 3 list boxes get thier values
via a query on tblCatalogPartNumbers with the criteria of what the catalog
number currently listed on the form is. Ok great I can now see them on the
form. WHen I save the record, the queried values do not save to
tblAntibody(The table the fields are bound to)
Any ideas why?
*Bangs head against wall wishing he knew VBA better *