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  

Data entered in table not showing up in form.



 
 
Thread Tools Display Modes
  #1  
Old February 4th, 2010, 08:08 PM posted to microsoft.public.access.forms
denilynn
external usenet poster
 
Posts: 25
Default Data entered in table not showing up in form.

I have a form that will show existing data in the underlying table. For the
first time, I'm entering new clients and they are showing up in the table.
However, the new clients aren't showing up in the form. How can I fix this?
--
Thanks in advance for your time!
denilynn
  #2  
Old February 4th, 2010, 08:38 PM posted to microsoft.public.access.forms
Dirk Goldgar
external usenet poster
 
Posts: 2,529
Default Data entered in table not showing up in form.

"denilynn" wrote in message
...
I have a form that will show existing data in the underlying table. For the
first time, I'm entering new clients and they are showing up in the table.
However, the new clients aren't showing up in the form. How can I fix
this?



Check the form's RecordSource property. Chances are that it's a query that
includes criteria that are excluding the new records, or that joins to
another table and your new records are unmatched in that table.

--
Dirk Goldgar, MS Access MVP
Access tips: www.datagnostics.com/tips.html

(please reply to the newsgroup)

  #3  
Old February 5th, 2010, 02:55 PM posted to microsoft.public.access.forms
Tom van Stiphout[_2_]
external usenet poster
 
Posts: 1,653
Default Data entered in table not showing up in form.

On Thu, 4 Feb 2010 14:38:52 -0500, "Dirk Goldgar"
wrote:

Or the form has a Filter applied. Check the Filter and FilterOn
properties.

-Tom.
Microsoft Access MVP


"denilynn" wrote in message
...
I have a form that will show existing data in the underlying table. For the
first time, I'm entering new clients and they are showing up in the table.
However, the new clients aren't showing up in the form. How can I fix
this?



Check the form's RecordSource property. Chances are that it's a query that
includes criteria that are excluding the new records, or that joins to
another table and your new records are unmatched in that table.

 




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 11:02 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.