Hey all, I have a question similar to this thread:
https://access-programmers.co.uk/forums/showthread.php?t=279709
My answer to "why?" is this: the Request form has a subform which holds the line item details for the Request. It has a field for the RequestID (an FK). The problem arises when a user wants to add an item to the subform from a third form - a search form. The user searches for previously requested items, checks a box for items to add to the current subform.
The Request form and subform were bound, but trying to add items from the search form gave me problems with getting the FK to update. So, I thought unbound forms would work.
I see in the above thread that Rick got an answer, but I don't quite understand CJ's answer.
Thanks.
https://access-programmers.co.uk/forums/showthread.php?t=279709
My answer to "why?" is this: the Request form has a subform which holds the line item details for the Request. It has a field for the RequestID (an FK). The problem arises when a user wants to add an item to the subform from a third form - a search form. The user searches for previously requested items, checks a box for items to add to the current subform.
The Request form and subform were bound, but trying to add items from the search form gave me problems with getting the FK to update. So, I thought unbound forms would work.
I see in the above thread that Rick got an answer, but I don't quite understand CJ's answer.
Thanks.