A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Problem viewing previous records in form view.



 
 
Thread Tools Display Modes
  #1  
Old February 23rd, 2006, 10:11 PM posted to microsoft.public.access
external usenet poster
 
Posts: n/a
Default Problem viewing previous records in form view.

From the switchboard we can open a customer table to input new customers. The
switchboard would open the customer table in form view with all previous
records available allowing us to perform finds or page through using the
arrow buttons. We no longer see previous records, only the record we are
entering. The customer table is being updated correctly after the record is
entered. Any help to get all our previous records back?
  #2  
Old February 23rd, 2006, 10:53 PM posted to microsoft.public.access
external usenet poster
 
Posts: n/a
Default Problem viewing previous records in form view.

Open the form in design view. the look for the line Data Entry on the "All"
tab. Set it to no. If that doesn't work, then you'll have to look at the
code behind command button on your switchboard. Look for a line which looks
like the following:

DoCmd.OpenForm "strDocName", , , , acFormAdd

HTH,
Brian


"Mark" wrote in message
...
From the switchboard we can open a customer table to input new customers.

The
switchboard would open the customer table in form view with all previous
records available allowing us to perform finds or page through using the
arrow buttons. We no longer see previous records, only the record we are
entering. The customer table is being updated correctly after the record

is
entered. Any help to get all our previous records back?



  #3  
Old February 24th, 2006, 04:15 PM posted to microsoft.public.access
external usenet poster
 
Posts: n/a
Default Problem viewing previous records in form view.

Brian,

Thanks for the help, this resolved our issue.

Mark

"Brian Bastl" wrote:

Open the form in design view. the look for the line Data Entry on the "All"
tab. Set it to no. If that doesn't work, then you'll have to look at the
code behind command button on your switchboard. Look for a line which looks
like the following:

DoCmd.OpenForm "strDocName", , , , acFormAdd

HTH,
Brian


"Mark" wrote in message
...
From the switchboard we can open a customer table to input new customers.

The
switchboard would open the customer table in form view with all previous
records available allowing us to perform finds or page through using the
arrow buttons. We no longer see previous records, only the record we are
entering. The customer table is being updated correctly after the record

is
entered. Any help to get all our previous records back?




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Controls disappear from Data Entry form Paul Ponzelli Using Forms 10 February 26th, 2006 05:51 AM
Pulling data from values selected in dropdown list-values back to babs Using Forms 1 January 26th, 2006 07:40 PM
Date range on reports Mark_Milly Setting Up & Running Reports 10 January 19th, 2006 03:49 PM
Toolbars, Drop-Down Menus Rick New Users 1 September 21st, 2005 11:17 AM
Viewing records in forms from previous sessions in Access DINO Using Forms 1 June 9th, 2005 03:02 AM


All times are GMT +1. The time now is 02:37 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.