G
Guest
Hello,
I have a Form where all the controls are Bound to fields in a Table which is
opened by using
DoCmd.OpenForm "frmProposal", , , , acFormAdd, , "Add"
Basically I want this form to be opened to only allow Data entry for 1 record.
It seems to be working fine except if user TABs through all the controls &
after it gets to the last one then a New Record gets created.
How can this be stopped ? I only want when the Form that comes up to allow
1 record to be created.
Any help would be greatly appreciated.
Thank you,
Jeff
I have a Form where all the controls are Bound to fields in a Table which is
opened by using
DoCmd.OpenForm "frmProposal", , , , acFormAdd, , "Add"
Basically I want this form to be opened to only allow Data entry for 1 record.
It seems to be working fine except if user TABs through all the controls &
after it gets to the last one then a New Record gets created.
How can this be stopped ? I only want when the Form that comes up to allow
1 record to be created.
Any help would be greatly appreciated.
Thank you,
Jeff