I am in desperate need of help, I've been struggling with this problem for two days:
I have to text boxes on my report. One text box (txtBox1) holds a DB field and the second text box holds a string extracted from the value of txtBox1, so on the controlSource of txtBox2 = left([txtBox1],2).
When I run this report in Access 97, I got this error:
"syntax error (comma) of query expression 'left([txtBox1],2)'"
I converted the database to Access 2000, although I did not get an error message, the report would not run when I previewed it, it just goes back to the design view. I tried the left$ to no avail. I even tried the right function and prompt me to enter a parameter value?
I tried the len function and that works.
I am at my wit's end and I need help desperately.
I have to text boxes on my report. One text box (txtBox1) holds a DB field and the second text box holds a string extracted from the value of txtBox1, so on the controlSource of txtBox2 = left([txtBox1],2).
When I run this report in Access 97, I got this error:
"syntax error (comma) of query expression 'left([txtBox1],2)'"
I converted the database to Access 2000, although I did not get an error message, the report would not run when I previewed it, it just goes back to the design view. I tried the left$ to no avail. I even tried the right function and prompt me to enter a parameter value?
I tried the len function and that works.
I am at my wit's end and I need help desperately.