Hi All
I'm trying to put together a fairly simple database that in my mind has 3 tables:
1) Businesses
2) Policy Issues (with a business ID foreign key and joined to Businesses)
3) Policy Issue Updates (with a business ID foreign key and joined to Businesses; and a Policy Issue ID foreign key and joined to Policy Issues)
I've attached a screenshot of the relationships.
Each business can have many policy issues, and each policy issue can have many updates. Each policy issue will only ever relate to a single business, and each policy issue update will only ever relate to a single policy issue. So in my mind I don't have any many to many relationships.
I want to create a (single) form whereby you use a combo box to select the business you want to view. This will retrieve a policy issue for that business, then on a sub form (datasheet view) will be all the policy issue updates with simple information like date of last action, what is expected next etc.
I can't seem to create this form structure where the relevant information is retrieved with each selection of business from a combo box.
The only other relevant info for you is that I can't code I think.
Can anyone help?
I'm trying to put together a fairly simple database that in my mind has 3 tables:
1) Businesses
2) Policy Issues (with a business ID foreign key and joined to Businesses)
3) Policy Issue Updates (with a business ID foreign key and joined to Businesses; and a Policy Issue ID foreign key and joined to Policy Issues)
I've attached a screenshot of the relationships.
Each business can have many policy issues, and each policy issue can have many updates. Each policy issue will only ever relate to a single business, and each policy issue update will only ever relate to a single policy issue. So in my mind I don't have any many to many relationships.
I want to create a (single) form whereby you use a combo box to select the business you want to view. This will retrieve a policy issue for that business, then on a sub form (datasheet view) will be all the policy issue updates with simple information like date of last action, what is expected next etc.
I can't seem to create this form structure where the relevant information is retrieved with each selection of business from a combo box.
The only other relevant info for you is that I can't code I think.
Can anyone help?