Hi folks
Can someone pleas explain the distinction between the AutoNew procedure and new_document events.
Typically I might call AutoNew from a module which displays a form.
I figured that
sub document_new
frmFormName.show
end sub
may do something similar but it doesnt ..
Cheers & thanks
Geof