G
Guest
I have a field that has two pieces of data separated by a front-slash. In
Access 2000 the following used in a query presented back all data to the left
of the /. Since upgrading to Access 2003, this now gives me an error message
"Invalid Procedure Call".
Can anybody tell me how to modify this to work in the newer version of
Access??
Qty: IIf([JanQty] Is Not
Null,Left$([JanQty],InStr([JanQty],"/")-1),[JanQtySent])
Thanks for any help!
Susan
Access 2000 the following used in a query presented back all data to the left
of the /. Since upgrading to Access 2003, this now gives me an error message
"Invalid Procedure Call".
Can anybody tell me how to modify this to work in the newer version of
Access??
Qty: IIf([JanQty] Is Not
Null,Left$([JanQty],InStr([JanQty],"/")-1),[JanQtySent])
Thanks for any help!
Susan