learnasugo
Programmer
My report is pulling from two tables, but the report only seems to be looking at one table. Here is how the tables look:
CSR Table
MMSJob - PK
InDate - Date
CCSR - Text
CClient - Text
Error Table
PID - PK
ErrorDate - Date
Error - memo
MMSJob - Number
What I am trying to do is count the total records by going into the CCSR Footer and putting a text box in it with the Countrol Source looking like this =Count([CCSR]). Instead of getting the number of jobs submitted by a CSR I am getting the number of jobs that have errors for each CSR.
I am also trying to calculate number of errors that each CSR has for all of their jobs. I am doing this by putting a text box in Error.MMSJob Footer and making the text box look like this =count([Error.MMSJob]). I can't even open the report to see what that is pulling off of. I keep getting an error message that says "Invalid bracketing of name '[Error.MMSJob]'"
Can anyone tell me what the heck is going on???
learnasugo
CSR Table
MMSJob - PK
InDate - Date
CCSR - Text
CClient - Text
Error Table
PID - PK
ErrorDate - Date
Error - memo
MMSJob - Number
What I am trying to do is count the total records by going into the CCSR Footer and putting a text box in it with the Countrol Source looking like this =Count([CCSR]). Instead of getting the number of jobs submitted by a CSR I am getting the number of jobs that have errors for each CSR.
I am also trying to calculate number of errors that each CSR has for all of their jobs. I am doing this by putting a text box in Error.MMSJob Footer and making the text box look like this =count([Error.MMSJob]). I can't even open the report to see what that is pulling off of. I keep getting an error message that says "Invalid bracketing of name '[Error.MMSJob]'"
Can anyone tell me what the heck is going on???
learnasugo