P
Peter Lux
Ok.. I have a form that uses master/detail to display tickets. On the main
form, the table is the sale table. On the subform, it's the sale_item. You
can have at more than one sale_item, but it's a rarity. I have the form
linked by ticket number and everything's ok for the most part.
One quirk I've noticed is on the subform, somehow I jump from one record to
the next (I might inadvertantly do this with the mousewheel) , then because
of the constraints on the table, I can't save and it won't let me delete. I
have to cancel the record, but it's already saved the sale record and then I
end up having master records but no detail.
Is there a way to keep access from posting both records until a user clicks
on a button?? I'm not sure how to postpone the save in the master? Is there
a way to prevent you from adding multiple children untill all the details
are provided in the datasheet?
Thanks!!
form, the table is the sale table. On the subform, it's the sale_item. You
can have at more than one sale_item, but it's a rarity. I have the form
linked by ticket number and everything's ok for the most part.
One quirk I've noticed is on the subform, somehow I jump from one record to
the next (I might inadvertantly do this with the mousewheel) , then because
of the constraints on the table, I can't save and it won't let me delete. I
have to cancel the record, but it's already saved the sale record and then I
end up having master records but no detail.
Is there a way to keep access from posting both records until a user clicks
on a button?? I'm not sure how to postpone the save in the master? Is there
a way to prevent you from adding multiple children untill all the details
are provided in the datasheet?
Thanks!!