Hello,
I'm having a problem with a file relationship setup and hope someone can help.
I have three linked Access tables using the following key formats:
Product Table Key
============
Product_ID
Product_Size Key
===========
Product_ID
Product_Size
Product_Color Key
=============
Product_ID
Product_Size
Product_Color
I have the link between the product and product_size table working properly.
I can not get the link between the product_size and Product_colors to work properly.
I'm leaving Add Page unchecked for both the Product_ID and Product_Size fields on the formatting screen of the Product_Colors table and would expect the code to pass both variables from the Product_Size master record.
It only passes the Product_Size field and the Product_ID field is not primed. The GetRequestForm("masterkey") variable is set as the default for both fields.
What is the proper way to handle this?
I've throughly searched the forum and cannot locate the resolution there.
Thanks,