I have built a component which has two tables of data, these are related by an ID.
I have it working so that when you are viewing table A, you can click a field and proceed to the view of table B - which is filtered by the the ID from table A.
My last challenge: When the user clicks the AddNew button when viewing table B we need to take the related ID into the addnew form so it saves in a hidden field.
Any pointers welcomed please! Up against a deadline, pulling too much hair out, and overdosing on caffeine!!