D
davecripps
Guest
I did some searches through this forum and I did not find any that dealt with this topic, so I am hoping there is a simple solution. -- I have a report which has VBA code behind the Detail_Format(...) event. In the VBA code I would like to call out the value from a field in the report's recordset, but so far I am only able to do this if that field is bound to a textbox control on the report itself. Is there a way to call out a field from a report's recordset using VBA without binding that field to a box on the report?