find particular records

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Access Training and help » Find particular records

Find particular records

resolvedResolved · Medium Priority · Version 2003

Sue has attended:
Access Introduction course
Access Intermediate course

Find particular records

We have a contacts-based database. If I wanted to find a particular individual (not knowing what company he worked at) how could I do it? The Find and Replace worked only for finding companies, not an individual.

Thanks

RE: Find particular records

Hi Sue

Thanks for your question

I am assuming that you have listed multiple individuals per company. If this is the case then it all depends on the structure of your database

If the individuals are stored in their own table you could build a form based on that table and use find and replace there. Alternatively, you could build a parameter query that does the same thing.

If however they are stored in multiple fields within the company table, then the problem is more complex as you would have to build a query that looks at these multiple fields

Regards

Stephen






Fri 18 Dec 2009: Automatically marked as resolved.


 

Access tip:

Create calculated fields that work out your age

You can uset eh year function to work out the year from NOW function and then subtract it with your date of birth type field

Age=Year(Now( ))-Year([DoB])

View all Access hints and tips


Server loaded in 0.09 secs.