H
Hbomb
Here goes again...
I have a main form for ORDERS and a subform for ORDER
DETAILS (based on a query). These forms work harmoniously
together...i can enter an order and add and delete detail
records at will. New ORDER DETAILS are automatically
populated with the corresponding order number from the
current record in the main ORDERS form. Everything saves
correctly and everything is just peachy.
UNTIL:
I discovered i cannot add a new detail record to an
order that has no existing order details. No new
blank ORDER DETAILS line pops up waiting for me to fill
in the missing info... nothing happens. the subform is
dead and i can't even click the new record button.
I understand that if there are no corresponding records,
the query that my subform is based upon will return
nothing...but isn't there some way i can force the ORDER
DETAILS subform to allow an initial detail record to be
added to a virgin ORDER?
[P.S. this is NOT a problem with saving the ORDER first.
This happens with ANY Order that doesnt already have one
or more corresponding ORDER DETAILS]
I have a main form for ORDERS and a subform for ORDER
DETAILS (based on a query). These forms work harmoniously
together...i can enter an order and add and delete detail
records at will. New ORDER DETAILS are automatically
populated with the corresponding order number from the
current record in the main ORDERS form. Everything saves
correctly and everything is just peachy.
UNTIL:
I discovered i cannot add a new detail record to an
order that has no existing order details. No new
blank ORDER DETAILS line pops up waiting for me to fill
in the missing info... nothing happens. the subform is
dead and i can't even click the new record button.
I understand that if there are no corresponding records,
the query that my subform is based upon will return
nothing...but isn't there some way i can force the ORDER
DETAILS subform to allow an initial detail record to be
added to a virgin ORDER?
[P.S. this is NOT a problem with saving the ORDER first.
This happens with ANY Order that doesnt already have one
or more corresponding ORDER DETAILS]