T
Tony Williams
John Viescas helped me with some code behind a command button that opened a
form but if there were no records I get a message. The code works fine apart
from the fact that I wanted the form hidden The code John gave me for this
was
Docmd.OpenForm stDocName, WindowMode:=acHidden
Iv'e also tried
DoCmd.OpenForm stDocName, , , , , acHidden
but neither work my form is still there
Anyone any ideas?
Sorry to post this as a new thread John if you read this but I wasn't too
sure how long to check threads
TIA
Tony Williams
form but if there were no records I get a message. The code works fine apart
from the fact that I wanted the form hidden The code John gave me for this
was
Docmd.OpenForm stDocName, WindowMode:=acHidden
Iv'e also tried
DoCmd.OpenForm stDocName, , , , , acHidden
but neither work my form is still there
Anyone any ideas?
Sorry to post this as a new thread John if you read this but I wasn't too
sure how long to check threads
TIA
Tony Williams