Thank you for you help.
I almost have my database setup as you suggest, apart from an events table.
How would I set this up to track progress of orders over 10 differant production stages(event stages)?
This is basically so as we know how many units of time are waiting to be done at a certain...
Sorry Forgot to attatch sample code to previous posting.
Function AddWorkInProgress2(JobNumber)
Dim Criteria As String, StrMsg As String
Dim Db As Database
Dim rst As Recordset
Dim rst1 As Recordset
Dim fld As Fields
On Error GoTo Err_AddWorkInProgress2
AddWorkInProgress2 = False
Set rst =...
I have a production schedule database that tracks work in progress. Done in A2002. I wan't to get the first value from the first field to contain a value for each customer.
Then append this data to a new table.
I have a schedule table with ,for example...
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.