I'm trying to open a form as borderless (this how the form is set) but if I add the acDialog option to the DoCmd.OpenForm it open with the border.
I need it to open using the acDialog option to halt the code untill I close this form.
If I don't use this option the code continue to run to the end of the sub even though the opened form is set to be Modal and PupUp
I need to halt the code so I can use selections made on the opened form.
Thanks,
Tal
I need it to open using the acDialog option to halt the code untill I close this form.
If I don't use this option the code continue to run to the end of the sub even though the opened form is set to be Modal and PupUp

I need to halt the code so I can use selections made on the opened form.
Thanks,
Tal