Good afternoon.
I have a form, which is bound to a table. (frmDeliveries / tblDeliveries)
There is another table called tblItems with a [Delivery] field, which is linked to the tblDeliveries.[ID] field.
The problem I'm having is this....
As I'm entering a new field in the Deliveries form, there is a button that opens a dialog form containing the Items (Requires separate form due to various requirements).
I really need to default the combobox that relates to the [Delivery] field to default to whatever the delivery was that the user came from.
Is this possible?
I am trying to avoid VB if possible, so I am hoping to just use the Macro builder.
Thanks in advance.
I have a form, which is bound to a table. (frmDeliveries / tblDeliveries)
There is another table called tblItems with a [Delivery] field, which is linked to the tblDeliveries.[ID] field.
The problem I'm having is this....
As I'm entering a new field in the Deliveries form, there is a button that opens a dialog form containing the Items (Requires separate form due to various requirements).
I really need to default the combobox that relates to the [Delivery] field to default to whatever the delivery was that the user came from.
Is this possible?
I am trying to avoid VB if possible, so I am hoping to just use the Macro builder.
Thanks in advance.