Yes they will. I have tried some processing with the absolute value of quantity column but haven't been able to figure out how to specify which resulting rows I want deleted.
???
[ponder]
I have a single table with items and quantities as follows:
Items Quantity
xyz -12
xyz 12
xyz -12
xyz 12
xyz 12
abc -25
abc -25
abc 25
abc 25
abc 25
abc...
Can anyone tell me if there is an Access SQL function similar to Oracle's substr?
If I wanted to pull the first three characters of a name field from an Oracle table I would code:
Select substr(name,1,3) from mytable;
What would the Access equivalent to this be?
Thanks in advance for any help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.