View Full Version : why form opens lower down when 'add new record' command button clicked


russi
02-26-2001, 11:27 AM
Hi.
I know this might seem 'small' in scheme of things but it annoys supervisors, so...

On several forms I have a command button called 'Add New Record'. Upon clicking it, it saves the current record, goes to a blank record for data entry and the cursor is in the proper field thanks to a FIELDNAME.SetFocus code.

BUT when you click them, the form opens up slightly down from the top thereby cutting into the first field.

Why does this happen & more importantly, how to stop it.

Thanks.