D
david epsom dot com dot au
I have an unbound form that may be 'read-only' or 'edit'.
DoCmd.OpenForm strForm$, , , , acFormReadOnly , acWindowNormal, strOpenArg
When I open the form using the 'read-only' setting (acFormReadOnly), the
'Load' event does not fire until I close the form. If the form is bound to a
table, there is the same problem if the table is empty.
This is unexpected: is it normal?
(david)
DoCmd.OpenForm strForm$, , , , acFormReadOnly , acWindowNormal, strOpenArg
When I open the form using the 'read-only' setting (acFormReadOnly), the
'Load' event does not fire until I close the form. If the form is bound to a
table, there is the same problem if the table is empty.
This is unexpected: is it normal?
(david)