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  

Form is filtering out values



 
 
Thread Tools Display Modes
  #1  
Old January 5th, 2010, 02:22 PM posted to microsoft.public.access.forms
chris
external usenet poster
 
Posts: 2,039
Default Form is filtering out values

First off, I'm an Access newb, so sorry in advance for the kindergarden-ish
question...

I have a simple form where we collect customer information, which is stored
in our "main" table. On this form is a "site id" field, which is a unique #
for a particular location.

Prior to today, the site ID (and corresponding info - addr, city, st, zip,
etc.) was all manually entered in the form (and thus, into the "main" table).
I figured out that I could just use the "site ID" field in the form and then
link the corresponding data from my table ("site data") into the form (rather
than having users type it all in).

All's well and good -- modified the form and the corresponding data shows up
as I expect it to. HOWEVER, now the form is filtering out all records that
DON'T contain a site ID and I still need the records where site ID is blank
to show up.

I've searched the forums, and tried the help feature within access, but
can't seem to find where I can fix this. Any help is appreciated.

Chris
  #2  
Old January 5th, 2010, 03:04 PM posted to microsoft.public.access.forms
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default Form is filtering out values

Create a query for your table. Make sure that everything shows in the query,
and base your form on the query.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"Chris" wrote in message
...
First off, I'm an Access newb, so sorry in advance for the
kindergarden-ish
question...

I have a simple form where we collect customer information, which is
stored
in our "main" table. On this form is a "site id" field, which is a unique
#
for a particular location.

Prior to today, the site ID (and corresponding info - addr, city, st, zip,
etc.) was all manually entered in the form (and thus, into the "main"
table).
I figured out that I could just use the "site ID" field in the form and
then
link the corresponding data from my table ("site data") into the form
(rather
than having users type it all in).

All's well and good -- modified the form and the corresponding data shows
up
as I expect it to. HOWEVER, now the form is filtering out all records
that
DON'T contain a site ID and I still need the records where site ID is
blank
to show up.

I've searched the forums, and tried the help feature within access, but
can't seem to find where I can fix this. Any help is appreciated.

Chris



  #3  
Old January 5th, 2010, 05:15 PM posted to microsoft.public.access.forms
Chegu Tom
external usenet poster
 
Posts: 140
Default Form is filtering out values

Are you using a form with the siteID (from the main table) and a subform
with details addr cty etc? (based on another table?) linked by the siteID?

If your main table doesn't have a blank ID to match the Blank IDs in the
subform it the will not show them.

You could
create a record with a blank ID in you main table/Main Form (that may be
difficult depending on your design)

Replace the blank IDs with a dummie ID 'noID' or 0 (zero) depending on
your datatypes and make a record in your main form to match

If you are not using a form and subform, disregard this message


"Chris" wrote in message
...
First off, I'm an Access newb, so sorry in advance for the
kindergarden-ish
question...

I have a simple form where we collect customer information, which is
stored
in our "main" table. On this form is a "site id" field, which is a unique
#
for a particular location.

Prior to today, the site ID (and corresponding info - addr, city, st, zip,
etc.) was all manually entered in the form (and thus, into the "main"
table).
I figured out that I could just use the "site ID" field in the form and
then
link the corresponding data from my table ("site data") into the form
(rather
than having users type it all in).

All's well and good -- modified the form and the corresponding data shows
up
as I expect it to. HOWEVER, now the form is filtering out all records
that
DON'T contain a site ID and I still need the records where site ID is
blank
to show up.

I've searched the forums, and tried the help feature within access, but
can't seem to find where I can fix this. Any help is appreciated.

Chris



 




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 06:10 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.