B
Bryan Dickerson
In the Item_Close event of my custom form, I have a prompt for the user to
decide whether he wants to save the information or not. If that answer is
"No" then I execute an Item.Close olDiscard. So now I have some questions,
if the user selects "No", why is my Item_Write still firing? If the answer
is something along the lines of 'that's just the way it works", then how do
I tell in the Item_Write routine what the user selected?
TIA!
decide whether he wants to save the information or not. If that answer is
"No" then I execute an Item.Close olDiscard. So now I have some questions,
if the user selects "No", why is my Item_Write still firing? If the answer
is something along the lines of 'that's just the way it works", then how do
I tell in the Item_Write routine what the user selected?
TIA!