M
ML
I have posted an earlier question but needed revision to it.
I have 1 main form (DataEntry) and multiple read-only forms. I am able to
open the read-only forms on click of the combo-box in the DataEntry form
using the following code:
Public Sub DataEntry_AfterUpdate()
DoCmd.OpenForm DataEntry.Value
End Sub
I have 2 questions that need expert's help:
1) How to open the read-only forms in a specific area in the Main form
(DataEntry)?
2) I want to be able to continue to do data entry or select a new drop-down
in the Main form (DataEntry). Currently, I am not able to do after opening
the read-only form.
Appreciate someone to help me. Thanks in advance!
I have 1 main form (DataEntry) and multiple read-only forms. I am able to
open the read-only forms on click of the combo-box in the DataEntry form
using the following code:
Public Sub DataEntry_AfterUpdate()
DoCmd.OpenForm DataEntry.Value
End Sub
I have 2 questions that need expert's help:
1) How to open the read-only forms in a specific area in the Main form
(DataEntry)?
2) I want to be able to continue to do data entry or select a new drop-down
in the Main form (DataEntry). Currently, I am not able to do after opening
the read-only form.
Appreciate someone to help me. Thanks in advance!