I first ask this in a different area and it was the wrong place I think. ones that affect what I require are is addresses and divison ( I also have a query based on divison to give me DivisonID, Divison and Costcentre)
There is a field in Table Addresses called divisionID that has a lookup SELECT Division.DivisionID, Division.Division, Division.Active, Division.CostCentre FROM Division WHERE (((Division.Active)=-1)); This displays the divison correctly.
What I like to do is use the Costcentre field infomation from Division (or the query) to polulate a field in Addresses with the costcente info that is in division where the DivisonID in both table are the same.
Never give up never give in.
There are no short cuts to anything worth doing
There is a field in Table Addresses called divisionID that has a lookup SELECT Division.DivisionID, Division.Division, Division.Active, Division.CostCentre FROM Division WHERE (((Division.Active)=-1)); This displays the divison correctly.
What I like to do is use the Costcentre field infomation from Division (or the query) to polulate a field in Addresses with the costcente info that is in division where the DivisonID in both table are the same.
Never give up never give in.
There are no short cuts to anything worth doing