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