I’m following a video tutorial for Access 2010 and am stumped at this one error that continues to popup.
The lady performing the presentation shows every detailed step, so I’m certain I’m not missing anything.
The example is a report in Access and she is demonstrating changing the FullName field to all uppercase. Should be pretty simple I would think.
She says to go to Design View, select the FullName field, open properties, select Data tab, and then select the Control Source box.
In the Control Source box, she mentions that it’s better to delete the name and start with an unbound field.
I then open Expression Builder, and select the ‘Built-In Functions’, Select ‘Text’, followed by ‘UCase’.
The Expression after entered correctly and exactly as she has hers is:
UCase([FullName])
I hit OK, and I immediately get the drop down error next to the FullName field, which informs me of the 'Circular Reference error'. If I continue and view the report, the FullName field list displays ‘#Type!’.
I have googled the above error and understand basically what might be going on with my limited knowledge of Access, but what I don’t understand is how is it working for her and not for me!
Anyone able to clue me in that has more knowledge of Access?
Thanks
Mike