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 » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Access Form



 
 
Thread Tools Display Modes
  #1  
Old January 27th, 2010, 03:35 PM posted to microsoft.public.access.forms
slh
external usenet poster
 
Posts: 13
Default Access Form

I have created a form when I open it, it has 1 of 1 in the record navigator.
I want to be able to see 1 of however many records I have so I can use the
find key to update a record if needed.
  #2  
Old January 27th, 2010, 03:51 PM posted to microsoft.public.access.forms
Volker Neurath[_5_]
external usenet poster
 
Posts: 1
Default Access Form

slh wrote:

I have created a form when I open it, it has 1 of 1 in the record navigator.
I want to be able to see 1 of however many records I have so I can use the
find key to update a record if needed.


seems as if you have set a filter. Delete it.

Volker


--
Wenn es vom Himmel Zitronen regnet -- lerne, Limonade zu machen.
  #3  
Old January 27th, 2010, 04:51 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Access Form

Is your form's properties set to Allow Addition? If so, I'll guess that the
"record" you see is blank!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.


"slh" wrote in message
...
I have created a form when I open it, it has 1 of 1 in the record
navigator.
I want to be able to see 1 of however many records I have so I can use the
find key to update a record if needed.



  #4  
Old January 27th, 2010, 05:27 PM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Access Form

On Wed, 27 Jan 2010 07:35:01 -0800, slh wrote:

I have created a form when I open it, it has 1 of 1 in the record navigator.
I want to be able to see 1 of however many records I have so I can use the
find key to update a record if needed.


Correct the error in the form's design.

If you would like help doing so, please post some information about the form -
in particular, its Recordsource and Filter properties.
--

John W. Vinson [MVP]
  #5  
Old January 27th, 2010, 07:02 PM posted to microsoft.public.access.forms
Volker Neurath
external usenet poster
 
Posts: 4
Default Access Form

Jeff Boyce wrote:

Is your form's properties set to Allow Addition? If so, I'll guess that
the "record" you see is blank!


Should i've been mistaken?

Up to now I thought that this only occurs when DataEntry is set to True

Volker
--
Im übrigen bin ich der Meinung, dass TCPA/TCG verhindert werden muss

Wenn es vom Himmel Zitronen regnet, dann lerne, wie man Limonade macht
  #6  
Old January 27th, 2010, 07:49 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Access Form

I always get those mixed up! Thanks, you're correct.

Jeff B.

"Volker Neurath" wrote in message
...
Jeff Boyce wrote:

Is your form's properties set to Allow Addition? If so, I'll guess that
the "record" you see is blank!


Should i've been mistaken?

Up to now I thought that this only occurs when DataEntry is set to True

Volker
--
Im übrigen bin ich der Meinung, dass TCPA/TCG verhindert werden muss

Wenn es vom Himmel Zitronen regnet, dann lerne, wie man Limonade macht



  #7  
Old January 28th, 2010, 03:30 PM posted to microsoft.public.access.forms
slh
external usenet poster
 
Posts: 13
Default Access Form

John I'm new at this, on my properties for the form I have Yes for everything
except Data Entry No
Record Locks No locks
Allow filters No




"John W. Vinson" wrote:

On Wed, 27 Jan 2010 07:35:01 -0800, slh wrote:

I have created a form when I open it, it has 1 of 1 in the record navigator.
I want to be able to see 1 of however many records I have so I can use the
find key to update a record if needed.


Correct the error in the form's design.

If you would like help doing so, please post some information about the form -
in particular, its Recordsource and Filter properties.
--

John W. Vinson [MVP]
.

  #8  
Old January 28th, 2010, 05:15 PM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Access Form

On Thu, 28 Jan 2010 07:30:16 -0800, slh wrote:

John I'm new at this, on my properties for the form I have Yes for everything
except Data Entry No
Record Locks No locks
Allow filters No


Again:

What is the Recordsource of the form? (First line on the Data tab; if it's a
query or a SQL string please post the SQL).

What's the Filter?

--

John W. Vinson [MVP]
  #9  
Old January 29th, 2010, 05:40 PM posted to microsoft.public.access.forms
slh
external usenet poster
 
Posts: 13
Default Access Form

I open the from from a switchboard that I created. I go to form RECCS it
opens blank 1 of 1 in the navigator, but i have 80 records in the table that
the form was created from. The table is names RECCS

Record Source: RECCS

"John W. Vinson" wrote:

On Thu, 28 Jan 2010 07:30:16 -0800, slh wrote:

John I'm new at this, on my properties for the form I have Yes for everything
except Data Entry No
Record Locks No locks
Allow filters No


Again:

What is the Recordsource of the form? (First line on the Data tab; if it's a
query or a SQL string please post the SQL).

What's the Filter?

--

John W. Vinson [MVP]
.

  #10  
Old January 29th, 2010, 06:24 PM posted to microsoft.public.access.forms
Linq Adams via AccessMonster.com
external usenet poster
 
Posts: 1,474
Default Access Form

Try this:

Private Sub Form_Load()
DoCmd.GoToRecord , , acNext
DoCmd.GoToRecord , , acFirst
End Sub

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/201001/1

 




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


All times are GMT +1. The time now is 02:23 AM.


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