Ok, I'm not a very experienced Access user/developer, and I have little to no VBA experience at all, so, please, bear with me...
I have two tables: TableA and Table B. I have created a Form using fields from TableB, which are linked to TableA via the Relationship Tool. In the form, there is a Combo Box who's list is filled via a query on one of TableA's fields.
My question is this: How do I update the form such that the other fields on the form (from TableB) are those associated with the same record in TableB as the Combo Box selection?
I've tried to create an AfterUpdate script that uses a GoTo for the record in question, I've tried to create a TableB query to find the record that contains the ComboBox selection, I've even tried to force things by copying VBA code from the Northwinds example. Nothing seems to work.
I'm certain that this is a relatively common thing to want to do and there is likel a very simple solution - I simply don't know what it is.
Can someone please help me?
Thanks,
Tom
I have two tables: TableA and Table B. I have created a Form using fields from TableB, which are linked to TableA via the Relationship Tool. In the form, there is a Combo Box who's list is filled via a query on one of TableA's fields.
My question is this: How do I update the form such that the other fields on the form (from TableB) are those associated with the same record in TableB as the Combo Box selection?
I've tried to create an AfterUpdate script that uses a GoTo for the record in question, I've tried to create a TableB query to find the record that contains the ComboBox selection, I've even tried to force things by copying VBA code from the Northwinds example. Nothing seems to work.
I'm certain that this is a relatively common thing to want to do and there is likel a very simple solution - I simply don't know what it is.
Can someone please help me?
Thanks,
Tom