hi,
pls help
i have tables, invoice and sales, both linked.
i created main form (invoice) with subform (sales). 1 invoice can have multiple sales items. forms are bound
i want that user enter data and if he is not satisfied with data either edit it or delete it (only the current, latest record)
but i dont want him to delete or edit previous data.
once he is satisfied with data he print it and after print, i want restriction on delete and edit of that data.
i know this is possible with temporary tables and unbound form but i want a more simple and better hassle free way
i just want restrictions on all data except which the user has just entered and he is deciding wether to delete or edit it , once he prints and move to next record, now he cant delete or edit that record from which he just moved.