I am entering data for player scores in form view. Is there a way to formate form column so next data entry cell is at top of column in subform?
How to make next data entry cell in a Form at top of column
Collapse
X
-
Really depends somewhat on your form design and the record-set.
Easiest (IMHO): You can either use the default navigation controls or place a command button on the form that moves to the new record entry line. If the horse works... don't shoot it (or why re-invent the wheel?)!
You can open the form in "add new record" mode.
Sort on one of the fields so that the newest record is at top (listed first)
and so forth.
Comment