BlackBearDude
Programmer
I have two small forms that I allow the user to open from a main form. I want them to be modal, so I use the acDialog value in the call. Upon return, the main form is updated - possibly reflecting a change made in the called form. This works perfectly as long as the called forms are singleform instead of datasheet. When I change the call to force the openform to be datasheet (using acFormDS), the modal aspect is ignored.
Anyone know why this occurs and how it can be corrected?
Anyone know why this occurs and how it can be corrected?