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  

Hide Duplicate Fields on Forms



 
 
Thread Tools Display Modes
  #1  
Old December 21st, 2007, 05:11 PM posted to microsoft.public.access.forms
WillW
external usenet poster
 
Posts: 20
Default Hide Duplicate Fields on Forms

I'd like to be able to suppress the display of repeating values on a form.
It's simple enough on reports, but can I achieve the same effect on a form
with Default View = Continuous Forms --- and how to do I it?

In Excel, I usually take advantage of conditional formatting for this kind
of thing, but it seems to work differently in Access

Thanks,
Bill
  #2  
Old December 21st, 2007, 10:46 PM posted to microsoft.public.access.forms
Jeanette Cunningham
external usenet poster
 
Posts: 2,190
Default Hide Duplicate Fields on Forms

Hi,
the way to do this is to change the recordsource of your form to exclude the
duplicates from showing. If your the recordsource is a query, try using
SELECT DISTINCT instead of just SELECT in the SQL view of the query.

Jeanette Cunningham

"WillW" wrote in message
...
I'd like to be able to suppress the display of repeating values on a form.
It's simple enough on reports, but can I achieve the same effect on a form
with Default View = Continuous Forms --- and how to do I it?

In Excel, I usually take advantage of conditional formatting for this kind
of thing, but it seems to work differently in Access

Thanks,
Bill



  #3  
Old December 28th, 2007, 02:32 PM posted to microsoft.public.access.forms
WillW
external usenet poster
 
Posts: 20
Default Hide Duplicate Fields on Forms

Thanks Jeanette -- I use DISTINCT, but if my query returns a number of
fields, there are often repeating values in a subset of the returned fields.
These are the ones I'd like to suppress in their display on a form (as you
can easily do in an Access report).

"Jeanette Cunningham" wrote:

Hi,
the way to do this is to change the recordsource of your form to exclude the
duplicates from showing. If your the recordsource is a query, try using
SELECT DISTINCT instead of just SELECT in the SQL view of the query.

Jeanette Cunningham

"WillW" wrote in message
...
I'd like to be able to suppress the display of repeating values on a form.
It's simple enough on reports, but can I achieve the same effect on a form
with Default View = Continuous Forms --- and how to do I it?

In Excel, I usually take advantage of conditional formatting for this kind
of thing, but it seems to work differently in Access

Thanks,
Bill




  #4  
Old December 28th, 2007, 09:10 PM posted to microsoft.public.access.forms
Jeanette Cunningham
external usenet poster
 
Posts: 2,190
Default Hide Duplicate Fields on Forms

Will,
Access reports are a great feature.
As far as I know, you can't do this on a form unless you use subforms. You
may need a series of subforms.

Jeanette Cunningham


"WillW" wrote in message
...
Thanks Jeanette -- I use DISTINCT, but if my query returns a number of
fields, there are often repeating values in a subset of the returned
fields.
These are the ones I'd like to suppress in their display on a form (as you
can easily do in an Access report).

"Jeanette Cunningham" wrote:

Hi,
the way to do this is to change the recordsource of your form to exclude
the
duplicates from showing. If your the recordsource is a query, try using
SELECT DISTINCT instead of just SELECT in the SQL view of the query.

Jeanette Cunningham

"WillW" wrote in message
...
I'd like to be able to suppress the display of repeating values on a
form.
It's simple enough on reports, but can I achieve the same effect on a
form
with Default View = Continuous Forms --- and how to do I it?

In Excel, I usually take advantage of conditional formatting for this
kind
of thing, but it seems to work differently in Access

Thanks,
Bill






 




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 01:52 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.