Hi everyone,
I have a table (tbl_SampleActivity) that has fields SampleTypeID and SamplerID, among others.
These two fields are in a many to one relationship with tbl_SampleType (fields SampleTypeID and SampleDesc) and tbl_Sampler (fields SamplerID and SamplerName), respectively.
I would like to add rows to tbl_SampleActivity using a form.
One combobox is populated with SampleDescs and another is populated with SamplerNames.
I want to use these fields to populate tbl_SampleActivity with the related numberic IDs.
Can anyone help me out?
Thanks