Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 27th, 2003, 07:12 AM
Authorized User
 
Join Date: Jun 2003
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Default records in subform

I have a form and subform, the subform is in the continuous view. When records exceedes the page scrollbar appears and all records that fills the page are visible.

I also have a command button that allows new records to be entered

DoCmd.GoToRecord , , acNewRec

When this button is clicked the subform displays only one row for the new record and previous records are no longer visible. I have to scroll back uo to see them.

Is there a way to go to the new a record still view the complete page of previously entered records?
 
Old October 27th, 2003, 11:46 AM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Not if you are showing more records than the page will show.
Do not use the button to add and just have the user scroll to the bottom of the page to do the add.

Sal





Similar Threads
Thread Thread Starter Forum Replies Last Post
Update field on all selected records in a subform S300570 Access 1 January 14th, 2008 02:19 PM
Autopopulate Subform with New Records Odeh Naber Access 0 August 2nd, 2007 04:29 AM
Adding records using form and subform marcin2k Access VBA 3 March 7th, 2005 04:37 PM
Looping through subform records V Access VBA 8 April 20th, 2004 08:10 AM
auto-update multiple records in subform stoneman Access 1 February 8th, 2004 12:19 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.