D
doyle60
I have two subs on a tab that are both drawing from the same table.
One sub is just simpler than the other for those who don't want to see
too much data.
The users have the ability to delete records here. When they delete
records from one sub, I want the other sub to have those records
deleted as well. Of course, they are deleted but the lines show up as
being deleted still. They see this:
#Deleted #Deleted #Deleted #Deleted
I tried each one of these in the On Delete Event of one of the subs:
Forms!OTSTranfrm!OTSTransubBuyer.Requery
Form!OTSTranfrm!OTSTransubBuyer.Requery
OTSTranfrm.Forms!OTSTransubBuyer.Requery
OTSTranfrm.Form!OTSTransubBuyer.Requery
But not the right things, of course. How do I do this?
Thanks,
Matt
One sub is just simpler than the other for those who don't want to see
too much data.
The users have the ability to delete records here. When they delete
records from one sub, I want the other sub to have those records
deleted as well. Of course, they are deleted but the lines show up as
being deleted still. They see this:
#Deleted #Deleted #Deleted #Deleted
I tried each one of these in the On Delete Event of one of the subs:
Forms!OTSTranfrm!OTSTransubBuyer.Requery
Form!OTSTranfrm!OTSTransubBuyer.Requery
OTSTranfrm.Forms!OTSTransubBuyer.Requery
OTSTranfrm.Form!OTSTransubBuyer.Requery
But not the right things, of course. How do I do this?
Thanks,
Matt