Delete Function

dr223

Registered User.
Local time
Yesterday, 21:29
Joined
Nov 15, 2007
Messages
219
Hi,

I have a very simple question..

My main form is build up with a subform. When I click delete button it deletes the fields on the main form but not on the subform.

It can be done, however, by set the cascading deletes in the table join, however, am not sure how to find the Edit tables. Please could someone tell me the procedure to reach the Edit tables pop-up...

Thanks
 
Subforms are basically separate forms within another form so you have treat them as such. Try using something like me.[subform]![field name]....... to manipulate the fields or open the form separately and then try editing the form.
Good luck!
 

Users who are viewing this thread

Back
Top Bottom