mo1 = DAvg("[field 1]", "TABLE", "[field 2] = productnum")
I have the folowing SQL statement, but the the condition field gives me an error.
productnum is not in my database but is an Integer take a numerical value of 1 to 10... How do i change my SQL statement to accept this so that when I...