Hi,
I am opening a Form from a Button Click with the strLinkCriteria set. However when the Form opens the record pointer points at the First Record in EDIT mode.
I do not want the form to be displayed in EDIT mode and have set the Me.AllowEdit, Me.AllowDeletions & Me.AllowAddition property set to FALSE in OnOpen, OnActivate events. But it still opens in EDIT mode. However when I move from the first record to any other record, the form goes into readOnly mode.
I would really appreciate some help in solving this problem.
Thanks,
Raktim.
I am opening a Form from a Button Click with the strLinkCriteria set. However when the Form opens the record pointer points at the First Record in EDIT mode.
I do not want the form to be displayed in EDIT mode and have set the Me.AllowEdit, Me.AllowDeletions & Me.AllowAddition property set to FALSE in OnOpen, OnActivate events. But it still opens in EDIT mode. However when I move from the first record to any other record, the form goes into readOnly mode.
I would really appreciate some help in solving this problem.
Thanks,
Raktim.