Continuous form

  • Thread starter tspies85 via AccessMonster.com
  • Start date
T

tspies85 via AccessMonster.com

Hi,
In my continuous form, i would like to make the latest record (or the one
that the user going to key in ) will be in the first row. Usually, the
lastest row will be on the last row of the form, but in my case, my bos need
it to be the first to row..which make it easier for user to key in...How am i
going to do that?..many thanks..
 
W

Wayne-I-M

Hi

What you want can't be done (I think). You can create a subform (without
boarder, header, etc, set the subform to Dataentry = Yes ) and possition this
at the top of the page which will give the effect you are looking for.

Hope this helps.
 
E

Ed Robichaud

You sort you recordsource so that they display in descending date order, but
the add/new record will always be the bottom line in a continuous form.
What you can do is pop-up a single record form to add a new record.
-Ed
 
Top