Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rolling Form?

Status
Not open for further replies.

troix

Technical User
Jan 20, 2004
46
US
I am trying to do something. I will do my best to explain it.

I have a form to enter data. It will later be used as a subform. I want it where instead of going to a "new page" everytime I enter one record, that it just adds a new row to enter the same data. I have to do this in FORM VIEW not data sheet view.

I know it's probably very simple.

So in essence, instead of going to a new "page" i want it to just keep dropping new rows to enter the same data, but in FORM view.
 
Set the DefaultView property of the form to Continuous View.

=======================================
People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. (Calvin from Calvin And Hobbs)

Robert L. Johnson III
MCSA, CNA, Net+, A+
w: rljohnso@stewart.com
h: wildmage@tampabay.rr.com
 
Maybe I am just dumb, that or using Access 2003, but I can't find "DefaultView"
 
never mind, i'm dumb, i found it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top