im not really sure where im going wrong but this is the problem,
i got a form and subform, both unbound, i got a data create, update, delete system.
the main form is fully working, when i press my add button to enter data i am able to create/update/delete records however my subform just doesnt work, i just can not edit any of the fields while i am inmode "dirty" or inmode "new" however i can edit the fields when i am inmode "normal", i want to be able to edit it whatever mode i am in but after the keyup event i want it to automatically take my subform to a "dirty" state where only the save button is available and i can save records in my subform
this all works in my main form so i sort of know what i want, just cant execute it
i got a form and subform, both unbound, i got a data create, update, delete system.
the main form is fully working, when i press my add button to enter data i am able to create/update/delete records however my subform just doesnt work, i just can not edit any of the fields while i am inmode "dirty" or inmode "new" however i can edit the fields when i am inmode "normal", i want to be able to edit it whatever mode i am in but after the keyup event i want it to automatically take my subform to a "dirty" state where only the save button is available and i can save records in my subform
this all works in my main form so i sort of know what i want, just cant execute it