Hi,
I badly need help. I have two table (Product & Comments)that are connected by a one-to-many relationship. The Comments is a table where people can put multiple comments for one product. If a comment is added, a special status field will be changed from "No" to "Yes"
This special field is joined with the product table in a query. This query is used in the a form.The reason is that if user notice that the special field is changed to "Yes", they will click to view the comments added.
The problem is that when a product have two or more comments, the form will display the product twice (it is in datasheet view) and if I grouped the products in the query. I am unable to edit any details of the product in the form.
Can anyone help me please?
I badly need help. I have two table (Product & Comments)that are connected by a one-to-many relationship. The Comments is a table where people can put multiple comments for one product. If a comment is added, a special status field will be changed from "No" to "Yes"
This special field is joined with the product table in a query. This query is used in the a form.The reason is that if user notice that the special field is changed to "Yes", they will click to view the comments added.
The problem is that when a product have two or more comments, the form will display the product twice (it is in datasheet view) and if I grouped the products in the query. I am unable to edit any details of the product in the form.
Can anyone help me please?