P
Pass-the-Reality
On a command button I have added the below visual basics code. This allows
me to open a form. However, I want to update the below code to indicate that
the form should open in Read Only. If I change acNormal to acPreview that
will allow the form to be open in snap shot, but then I can not use the
scroll bars to view additional text in certain boxes. Can I update the below
VB to indicate Read Only?
DoCmd.OpenForm stDocName, acNormal, , stLinkCriteria
me to open a form. However, I want to update the below code to indicate that
the form should open in Read Only. If I change acNormal to acPreview that
will allow the form to be open in snap shot, but then I can not use the
scroll bars to view additional text in certain boxes. Can I update the below
VB to indicate Read Only?
DoCmd.OpenForm stDocName, acNormal, , stLinkCriteria