Hi all,
I have a database running fine on every Windows OS - except WinXP. The database is in Access 97... Here is the query field that is giving me trouble:
When the database is run on a WinXP computer I get this error message:
If I breakdown the expression the offending party is this statement:
Has anyone else had an issue with the Left expression? Any ideas? Thanks for any help,
jbehrne
If at first you don't succeed, call in an airstrike. - Murphy's Laws of Combat Operations
I have a database running fine on every Windows OS - except WinXP. The database is in Access 97... Here is the query field that is giving me trouble:
Code:
ChargeTruncated: IIf([DecPos]=0,[TxtChargeX100],Left([ChargeX100],[DecPos]-1))
When the database is run on a WinXP computer I get this error message:
Code:
Function isn't available in expressions in query expression
ChargeTruncated: IIf([DecPos]=0,[TxtChargeX100],Left([ChargeX100],[DecPos]-1))
If I breakdown the expression the offending party is this statement:
Code:
Left([ChargeX100], [DecPos]-1)
Has anyone else had an issue with the Left expression? Any ideas? Thanks for any help,
jbehrne
If at first you don't succeed, call in an airstrike. - Murphy's Laws of Combat Operations