I have a form with a subform. The Record number box appears on both the subform and the form.
When the user presses the page next (arrow to right) - it causes the subform child record to be written before the form's parent record.
So I'm trying to hide the record number box or record scroll box that automatically comes on the form.
It is a one-page form and should not need scrolling in an add mode.
I know this is probably easy - but I'm a newby. I'm looking to do something like
WhateverItsCalled.Visible = False.
I'm I close? Do you know what "WhateverItsCalled" should be.
Thanks!!
When the user presses the page next (arrow to right) - it causes the subform child record to be written before the form's parent record.
So I'm trying to hide the record number box or record scroll box that automatically comes on the form.
It is a one-page form and should not need scrolling in an add mode.
I know this is probably easy - but I'm a newby. I'm looking to do something like
WhateverItsCalled.Visible = False.
I'm I close? Do you know what "WhateverItsCalled" should be.
Thanks!!