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 Customer(Text);OrderDate(Date);DeliveryDate(Date);Cut(Double);Edge(Double);Sand(Double) etc etc
Each field which is a production area(ie cut;edge;sand) does have a ScheduleLocationNumber which is only stored in a unrelated table.
Ultimatley I want to have my new table with the fields Customer;UnitsOfNextLocation(which would be the first value from the first field-whether its cut or the next so on so on);LocationNumber;DeliveryDate;OrderDate.
How can I append this data for the resulting table?
Here is a sample of my code for the first 3 stages.
Thanks in advance
Cracky141
Then append this data to a new table.
I have a schedule table with ,for example Customer(Text);OrderDate(Date);DeliveryDate(Date);Cut(Double);Edge(Double);Sand(Double) etc etc
Each field which is a production area(ie cut;edge;sand) does have a ScheduleLocationNumber which is only stored in a unrelated table.
Ultimatley I want to have my new table with the fields Customer;UnitsOfNextLocation(which would be the first value from the first field-whether its cut or the next so on so on);LocationNumber;DeliveryDate;OrderDate.
How can I append this data for the resulting table?
Here is a sample of my code for the first 3 stages.
Thanks in advance
Cracky141