Continuous form

  • Thread starter Thread starter tspies85 via AccessMonster.com
  • Start date 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..
 
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top