Rachael2211
Member
- Local time
- Today, 15:10
- Joined
- Oct 24, 2013
- Messages
- 33
Hi All,
I want to create a delete message box rather than use the system one purely so I can make it larger for use on phones and tablets over an rdp but I dont want to create an individual pop-up form for every situation that will be specific to deleting the particular record (hope that makes sense).
So, so far my custom pop-up form called "a_DeleteMsg" is called from a command button and I use public variables to pass info to it to create a delete query string and run it. This works fine. What I then want to do is pass some stuff to the pop-up so it will requery the subform it was called from so wanting to recreate this kind of thing
Forms!a_TimesheetsFRM!a_TimesheetsSFRM.form.requery
I've tried passing it as a public variable string, control, object but I cant get this to work, I've also thought of maybe I can call the after-update event that will requery the subform somehow from the pop-up!! Having spent lots of time trying stuff thought one of you amazing coders out there will be able to quickly point me in the right direction.
thank you heaps
Rachael
I want to create a delete message box rather than use the system one purely so I can make it larger for use on phones and tablets over an rdp but I dont want to create an individual pop-up form for every situation that will be specific to deleting the particular record (hope that makes sense).
So, so far my custom pop-up form called "a_DeleteMsg" is called from a command button and I use public variables to pass info to it to create a delete query string and run it. This works fine. What I then want to do is pass some stuff to the pop-up so it will requery the subform it was called from so wanting to recreate this kind of thing
Forms!a_TimesheetsFRM!a_TimesheetsSFRM.form.requery
I've tried passing it as a public variable string, control, object but I cant get this to work, I've also thought of maybe I can call the after-update event that will requery the subform somehow from the pop-up!! Having spent lots of time trying stuff thought one of you amazing coders out there will be able to quickly point me in the right direction.
thank you heaps
