I have a subform in a form (order and orderline). I have a link between the two forms (the techincal key of the orderhead). Is it possible to bring the linkvalue into the newform when I push the new button on the subform ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a subform in a form (order and orderline). I have a link between the two forms (the techincal key of the orderhead). Is it possible to bring the linkvalue into the newform when I push the new button on the subform ?
yes, you can add a hidden db:input field with the link in it.
You must generate the id as default value in the field.
regards,
Henner