I have a program that has to keep track of the count of the products meeting a certain criteria
the fuction is something like this.
dim total as integer
total = dcount("[number]" , " mytablename", "[number]=" myformfieldtxt)
txtsequence = taotal
What am I doing wrong...
the fuction is something like this.
dim total as integer
total = dcount("[number]" , " mytablename", "[number]=" myformfieldtxt)
txtsequence = taotal
What am I doing wrong...