I have a group in my report that groups by the MachineID field and displays the MachineID in the header by a textbox with this Control Source:=[MachineID]. In another table I have an index of MachineID and MachineName. Is there a way to make the textbox get and display the MachineName from the other table instead of just the MachineID from the current table?
I have a group in my report that groups by the MachineID field and
Share
You can use DlookUp:
Make sure that the textbox does not have the same name as a field (column) in the record source.