M
Michael_Randall
Hello, I saw an earlier posting that related to this question but the
response didn't quite answer my question. I created the following Access
tables and fields.
tblWriter
WriterID - Autonumber
WriterName - text
tblProject
ProjectID - Autonumber
ProjectName - text
tblWriter_Projects - (many-to-many joining table)
WriterID - number
ProjectID - number
If I want to display, in a form, all the projects that a certain writer
worked on, I believe I would need to create a query.
I have two forms, one that creates a new writer and one that creates a new
project. The two tables are linked through the tblWriter_Projects table, but
since I haven't entered any data into that table, how can I use (query) it to
retrieve information?
I think that once I create a query, I would then have to base the forms
record source on that query. But I just can't get the concept of using the
tblWriter_Projects table when I haven't entered any data into it.
Any suggestions or examples would be greatly appreciated.
Thanks
response didn't quite answer my question. I created the following Access
tables and fields.
tblWriter
WriterID - Autonumber
WriterName - text
tblProject
ProjectID - Autonumber
ProjectName - text
tblWriter_Projects - (many-to-many joining table)
WriterID - number
ProjectID - number
If I want to display, in a form, all the projects that a certain writer
worked on, I believe I would need to create a query.
I have two forms, one that creates a new writer and one that creates a new
project. The two tables are linked through the tblWriter_Projects table, but
since I haven't entered any data into that table, how can I use (query) it to
retrieve information?
I think that once I create a query, I would then have to base the forms
record source on that query. But I just can't get the concept of using the
tblWriter_Projects table when I haven't entered any data into it.
Any suggestions or examples would be greatly appreciated.
Thanks