I have a form that allows the user to enter information and click the ADD button. The ADD button adds the information to a specific table. I then requery a subform on the page to show the newly added record has been added to the list of previously added records.
I need to be able to click on the subform and delete the row I clicked in. My DELETE button is on the form, not the subform. I have AllowEdits=Y and AllowDeletes=Y. My problem is that my subform is protected, appears to be a read-only. My RecordSet=dynaset. The only way I can click in the subform is by setting DataEntry to Yes, but then it won't retrieve existing records into the subform.
How can I display all records previously added and still delete a record should the user decide it is necessary?
Thanks,
Kim
I need to be able to click on the subform and delete the row I clicked in. My DELETE button is on the form, not the subform. I have AllowEdits=Y and AllowDeletes=Y. My problem is that my subform is protected, appears to be a read-only. My RecordSet=dynaset. The only way I can click in the subform is by setting DataEntry to Yes, but then it won't retrieve existing records into the subform.
How can I display all records previously added and still delete a record should the user decide it is necessary?
Thanks,
Kim