This is related to the same project I previously posted about. Everything functions well, but I would like a small cosmetic change. This all takes place in a subform. The On Load event triggers
. This works fine, but it only shows a single blank record at the top of the subform with all the previous rows hidden above. I would prefer to have the new record appear at the bottom of the subform with the previous records that fit displaying above it. These two pics should make it clear.Code:DoCmd.GoToRecord , , acNewRec
Default View
Desired view.
This is a minor matter. If there is simple solution. I'll take it. If not, I'll let it slide.


Reply With Quote

