G
Gary H
I'm having some problems with an Access 97 DB that's been
working fine for the past year, but today is giving me
problems and to the best of my knowledge, nothing has
been changed to the database .. just data added.
I started receiving this error during report
generation: "Function isn't available in expressions in
query expression 'Left(PartNum, 1)'." I do not have any
queries associated to this report, nor do I have any
filtering in the Properties or anywhere, even in code, do
I call the Left function.
I finally managed to figure out where the error was being
generated; at the Sorting and Grouping settings. I have
the field 'PartNum' grouped and set to Group On "Prefix
Characters". If I change that to Group On "Each Value",
the error goes away but I get the error code "#Name?" in
the report where I refer to PartNum. I've verified the
existence of the field PartNum and I've tried grouping on
other fields but have the same results. I also have the
same results if I start from scratch and make a new
report within this same database with the same grouping
options. I do not get any error if I start a brand new
DB.
This database is too complicated to simply start over ...
Any suggestions???
working fine for the past year, but today is giving me
problems and to the best of my knowledge, nothing has
been changed to the database .. just data added.
I started receiving this error during report
generation: "Function isn't available in expressions in
query expression 'Left(PartNum, 1)'." I do not have any
queries associated to this report, nor do I have any
filtering in the Properties or anywhere, even in code, do
I call the Left function.
I finally managed to figure out where the error was being
generated; at the Sorting and Grouping settings. I have
the field 'PartNum' grouped and set to Group On "Prefix
Characters". If I change that to Group On "Each Value",
the error goes away but I get the error code "#Name?" in
the report where I refer to PartNum. I've verified the
existence of the field PartNum and I've tried grouping on
other fields but have the same results. I also have the
same results if I start from scratch and make a new
report within this same database with the same grouping
options. I do not get any error if I start a brand new
DB.
This database is too complicated to simply start over ...
Any suggestions???