Hi we have devices that weigh/measure materials and could provide data to Macola's production reporting electronically. However it looks as thought the data gets distributed to a number of places. Does anyone know if there is something that could facilitate this process? Or if we could insert...
To answer the last post, the data is contained in one table and here are the queries in question.
The query that only evaluates duplicates and contains 5278 records is as follows:
SELECT DISTINCTROW First(POTbl.POComboID) AS [POComboID Field], Count(POTbl.POComboID) AS NumberOfDups
FROM POTbl...
May be a bit length but you could "make" a table from a sorted query (top 25) and if you need to repeat this; use a delete query and wrap this process into a macro.
I am new to tek-tips so if this has been discussed my apologies. The problem is when I use the wizard to create a query to examine duplicates based on an order number, I get 5278 records. Then I add some necessary fields to the Query and as I do the record count becomes less (5241). I looked at...
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.