I've hit an unexpected snag in producing a report. I have a table with 15 structures (records) that have a number of metrics (fields, e.g., location, condition, size, etc) associated with them. I created a form that I can use to update an individual record; the form is populated with a combo-box that uses the structure number as the lookup value. After using the form, I can verify in the table that the appropriate updates are reflected in the new data.
The data source for my report is a parameter-based Select Query (parameter is the structure number). The problem I have is that when I use my form to update individual records, my query will no longer locate these records and just returns a blank datasheet. I suspect that when I update the data using the form, some property is being altered causing the query to pass it by. When I run my report on a record that I entered directly in the table, it works perfectly.
Has anyone encountered this before? I'm relatively new to Access and appreciate any and all feedback.
The data source for my report is a parameter-based Select Query (parameter is the structure number). The problem I have is that when I use my form to update individual records, my query will no longer locate these records and just returns a blank datasheet. I suspect that when I update the data using the form, some property is being altered causing the query to pass it by. When I run my report on a record that I entered directly in the table, it works perfectly.
Has anyone encountered this before? I'm relatively new to Access and appreciate any and all feedback.