Link to home
Create AccountLog in
Avatar of dhomaha
dhomaha

asked on

Access 2010 reporting question.

How can I tell where a particular field's data on a report is coming from?  The report has a field called unit price and I need to find out where the data for this field is being pulled from.
ASKER CERTIFIED SOLUTION
Avatar of IrogSinta
IrogSinta
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
look at the controls "Control Source" property.  It will indicate the name of the field in the Reports Recordsource that is providing the value.

However, you will then need to check to determine whether the report's recordsource is a query, and if so, review the syntax of the query to determine whether any data manipulation was done to get that value.