I am attempting a minor modification to VBA code used in an Access 2000 report, but I know little about VBA code. I added a field to a query used in the report, and I attempted to modify the VBA code in the report to use the new field. In this case, the VBA code just controls whether a logo is printed on the report (label). It appears my attempted modification will not work because the field I added does not seem to accessable. I don't see the field I added as a member available to use, while I do see the other pre-existing fields from the query. I am pretty good with Access, but VBA code with Access is beyond my normal requirements. What do I need to do to be able to use the field I added? Thanks in advance for any help.