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

Search My Report Help



 
 
Thread Tools Display Modes
  #1  
Old March 4th, 2010, 08:35 PM posted to microsoft.public.access.gettingstarted
Rangermry
external usenet poster
 
Posts: 1
Default Search My Report Help

I made a report from a table that is a list of files with their hyperlink, a
description column, etc. I want to make a report that has a search button at
the top, and can be searched by All columns or the few columns I have. I
have tried to search for answers and am new to Access. Can someone give me a
good resource, give me some code help, or tell me if this is possible?
  #2  
Old March 4th, 2010, 08:53 PM posted to microsoft.public.access.gettingstarted
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default Search My Report Help

You can't put command buttons on a report. Therefore you need to "search" for
the data in the query that you use for the record source for the report.

You can search on a form. In fact there's a find function on the menu or
ribbon similar to that in Word or Excel. However if you have a lot of
records, say over 10000, this can be very slow.

One thing that worries me is that you want to search All columns. In a
database you should have all the same data in one column. For example all the
last names should be in something like a LastName field. If you have
fields/columns with similar data, except each column is something like a
Month, your tables aren't set up properly and you'll have a lot of problems
in the future.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"Rangermry" wrote:

I made a report from a table that is a list of files with their hyperlink, a
description column, etc. I want to make a report that has a search button at
the top, and can be searched by All columns or the few columns I have. I
have tried to search for answers and am new to Access. Can someone give me a
good resource, give me some code help, or tell me if this is possible?

  #3  
Old March 5th, 2010, 03:37 PM posted to microsoft.public.access.gettingstarted
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default Search My Report Help

You can filter on fields in a report at least in Access 2007. However this is
filtering by one column at a time. To do multiple columns you would need a
lot of OR clauses.

Also in Access 2007 you can use the Find button on the Home ribbon to search
for text in any field of a report!

This is all new to Access 2007. I just checked and it doesn't work in Access
2003.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"Rangermry" wrote:

I made a report from a table that is a list of files with their hyperlink, a
description column, etc. I want to make a report that has a search button at
the top, and can be searched by All columns or the few columns I have. I
have tried to search for answers and am new to Access. Can someone give me a
good resource, give me some code help, or tell me if this is possible?

 




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:17 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.