so i have a main form called orders, and subform called order dtls, they are linked so that if order is deleted the sub dtls also delete, but i want to do this in the form of buttons.
save- lets u save ur progress only if all the details are entered till then can't save record,
delete- deletes the record
cancel- if not saved or new order, and not saved, then it deletes any entered data, but if its saved, and cancel is clicked then is undo changes till last save
there will be a confirmation box for all cancel and delete.
now i was able to do this for customer form, but in order form i cant get this to happen, my guess is because the order form has many calculations with requeries and recalc events,so it's not possible. what do u guys think?
save- lets u save ur progress only if all the details are entered till then can't save record,
delete- deletes the record
cancel- if not saved or new order, and not saved, then it deletes any entered data, but if its saved, and cancel is clicked then is undo changes till last save
there will be a confirmation box for all cancel and delete.
now i was able to do this for customer form, but in order form i cant get this to happen, my guess is because the order form has many calculations with requeries and recalc events,so it's not possible. what do u guys think?