954,566 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

MS Access Query

Hello all!

I'm making a Applicant Record Keeping System. I'm a newbie with MS access. And i'm having a really hard time understanding how queries work.

I have three forms: (Sequentially)
Background Checking
Criteria..
Document..
So, this forms are for one applicant and they have common details.
Background Checking's common details with the other two are Name of Applicant and Position Applied For.
Background Checking's common detail with the Criteria Name of Applicant, Position Applied For, Date of Application, and Conducted by.
Criteria's common details with Document are Name of Applicant, Position Applied For, and Vessel Type.
So, I want them to link with each other. So everytime i go to the next form I won't type the common detail again.

I tried making ID's for them, and designed queries. But it's wrong.

Please help me...

fatzky_04
Newbie Poster
20 posts since Oct 2011
Reputation Points: 10
Solved Threads: 0
 

dont start form, first make clear what you want in database. post your columns you want to keep in 3 tables. if you once identify relation between the tables , your query will automatically join appropriate tables and will give you perfect result.

urtrivedi
Nearly a Posting Virtuoso
1,306 posts since Dec 2008
Reputation Points: 257
Solved Threads: 270
 

urtrivedi is correct - at least up to the point of automatically joining the tables.
Access lists objects in a particular order: Table, Query, Form, Report, Macro, Module.
This is the same order you've got to follow when creating a new db.
Start with the data you want to store. That is done in tables, so that's where you start. Second step is the relationships between the tables and how the data are connected - it can be queries or just the tables relationship. Next step is cutting down the data you plan to show the user in the forms. For this you'll need queries, as they will allow you to limit both columns and records. Then you move in forms - using the queries you've created. Finally create the reports and if you need to use Macros or modules to automate things.

adam_k
Practically a Posting Shark
803 posts since Jun 2011
Reputation Points: 256
Solved Threads: 149
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: