A
alecgreen
Hi All
I have three tables:
tblColour: containing the fields StockNo & Colour
tblJobs: containing the fields StockNo, JobNo etc...
tblJobStatus: containing the field JobNo, Colour, Jobstatus etc...
I have a select query that links tblColour & tblJobs to give me the
fields JobNo,StockNo & Colour. From this query I want to append (or
update?) the Colour field from the query to tblJobStatus, thus making
the colour dependant on the JobNo rather than the Stock No. This is
necessary as most jobs will be the standard colour as in tblJobs - but
thats not all the time!
Many Thanks
Alec
I have three tables:
tblColour: containing the fields StockNo & Colour
tblJobs: containing the fields StockNo, JobNo etc...
tblJobStatus: containing the field JobNo, Colour, Jobstatus etc...
I have a select query that links tblColour & tblJobs to give me the
fields JobNo,StockNo & Colour. From this query I want to append (or
update?) the Colour field from the query to tblJobStatus, thus making
the colour dependant on the JobNo rather than the Stock No. This is
necessary as most jobs will be the standard colour as in tblJobs - but
thats not all the time!
Many Thanks
Alec