Hi all,
I have a textbox (txtBOL) on a formula that i need to prompt a message if the value is the same as one in the list of my query field
(field is [BOL] and query is [merge bol].
Could anyone help me I'm sure it's easy when you know how to use vba correctly :)
Thanks a lot
My SQL is like this:
SELECT [BOL DATABASE].DATE, [BOL DATABASE].DRIVER, Left([SHIPPING_INSTR],3) AS SHIPPING3
FROM P_SO_MASTER_HEADER INNER JOIN [BOL DATABASE] ON P_SO_MASTER_HEADER.CUST_CODE = [BOL DATABASE].ACRONYM
GROUP BY [BOL DATABASE].DATE, [BOL DATABASE].DRIVER, Left([SHIPPING_INSTR],3)...
Hi all,
I'm trying to make up a field from multiple row. Here is an exemple:
Driver Route
DR1 138
DR1 140
DR2 200
DR3 200
DR3 150
DR3 160
I would like to have all route for the same driver on the same cell, like:
Driver Route
DR1...
Hi all,
I have a query that need a left function. The field is as follow:
SHIPPING3: Left([SHIPPING_INSTR],3)
It was working at my work, but when I tried to opened the query at my house with access 2003, it gave me the following error message:
Undefined fonction 'Left' in expression
Someone...
ok, will try to explain more exactly, sorry sometime you think everything is easy to understand but it is in fact harder when you aren't in it :P
I have a query actually that take all the recent information and put it in a table.
Its list all the Sale Order No, the status for each one, the...
Hi all,
Here is my problem:
I have a table with 6 field that are: SO_NO, SO_STATUS, CUST_CODE, REQUEST SHIP DATE, SHIPPING INSTR, QTY ORDERED
I want to delete the entire row only for the SO_NO that are finished (this is taken with the SO_STATUS while "4" is not finished, "9" is finished) and...
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.