Hi All,
I am new to the world of Access. I am using 2003 version and I am running into some issues. I hope someone on this forum will guide me.
I designed a form that allows my users to enter values. The values they enter are stored in a table. I have about 5 queries that do some calculations based on the values entered on the form. I am trying to display the results of these queries on a report. On the main report I have 5 sub reports (1 for each query). When I run the report I want it to display values for each single row in the table. For this I have set the criteria in the query to accept a unique value (for each row) from user so that it selects only the row with that unique column value but this is not working fine. Do I need to handle this in some code or something?
Can someone suggest me how to get thru this?
Thanks