The data base has a number of table the the one yahe this affect is addresses and division
There is a field in Table Addresses called divisionID thay has a lookup
SELECT Division.DivisionID, Division.Division, Division.Active, Division.CostCentre FROM Division WHERE (((Division.Active)=-1));
Table Division has DivisionID (auto No) Division ( List of names) and Cost centre (number)
What I like to do is use the costcentre field infomation from Division to polulate a field in Addresses with the costcente info that is in division where the Divisionid 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 thay has a lookup
SELECT Division.DivisionID, Division.Division, Division.Active, Division.CostCentre FROM Division WHERE (((Division.Active)=-1));
Table Division has DivisionID (auto No) Division ( List of names) and Cost centre (number)
What I like to do is use the costcentre field infomation from Division to polulate a field in Addresses with the costcente info that is in division where the Divisionid in both table are the same.
Never give up never give in.
There are no short cuts to anything worth doing