Hello,
I have an Orders form (frmOrders) which has a subform (frmOrderDetails) detailing the individual order items. For example, there is one order which may consist of many items.
The problem I have experienced is that if someone completes frmOrderDetails first and then moves to frmOrders the records are not saved correctly. I know this is because the main form frmOrders has not been saved or had a field completed which would produce an OrderID which can be linked to frmOrderDetails.
Whilst I could say to users they must complete a certain field first, some will forget and I would like to protect against this.
Whilst the tab order will go to a field on frmOrders, is there a way of forcing users to complete this field before they enter frmOrderDetails.
Alternatively, is there a way of coding a command button to initiatve an OrderID.
Or do you have any other suggestionsm
Thank you.
I have an Orders form (frmOrders) which has a subform (frmOrderDetails) detailing the individual order items. For example, there is one order which may consist of many items.
The problem I have experienced is that if someone completes frmOrderDetails first and then moves to frmOrders the records are not saved correctly. I know this is because the main form frmOrders has not been saved or had a field completed which would produce an OrderID which can be linked to frmOrderDetails.
Whilst I could say to users they must complete a certain field first, some will forget and I would like to protect against this.
Whilst the tab order will go to a field on frmOrders, is there a way of forcing users to complete this field before they enter frmOrderDetails.
Alternatively, is there a way of coding a command button to initiatve an OrderID.
Or do you have any other suggestionsm
Thank you.