ProgramError
Programmer
Hi folks
I have a report which uses a main table for its record source. Also on the roport I have a textbox which has the following code for its record source (looking at a different table).
Using this coding the result returned shows me the first record in the 'tblrecycled' table. what I want it to do, is find the matching 'deptcode' record in the table. I suspect it has something to do with the [deptode] part of this but I'm not sure how to resolve it.
Program Error
Programmers do it one finger at a time!
I have a report which uses a main table for its record source. Also on the roport I have a textbox which has the following code for its record source (looking at a different table).
Code:
=DLookUp("[NoTapes]","tblrecycled",[deptcode])
Using this coding the result returned shows me the first record in the 'tblrecycled' table. what I want it to do, is find the matching 'deptcode' record in the table. I suspect it has something to do with the [deptode] part of this but I'm not sure how to resolve it.
Program Error
Programmers do it one finger at a time!