I had a similar case. For example if you have three tables:
attribute 1
attribute 2
attribute 3
table 2
has attributes that are linked to attribute 1
and table 3
has attributes linked to table 2
. So you have:
attribute 1 with rec id & code
attribute2 with recid code and attribute 1 recid
attribute2 with recid code and attribute 2 recid
You create a replacement key for this, but in the form you dont want to see
attribute one: attribute1
attribute two: attribue 1 attribute 2
attribute three: attribute 1 attribue 2 attribute 3
So you want to make the 'link' fields invisible. I did this by changing the auto identification group to AutoPopulate "No" and removed all fields that I didn't want to see.