Hi,
I am wondering if anyone could point me into a right direction. I need to update data in an Access database(ADO,VBA).
In the Access database, there are three tables as following,
Unit(ID,UName,TID,AID)
Type(TID,TName)
Area(AID,AName)
When a unit has changed its type or area, then the db needs to be updated. My question is how to do it. Can I get a recordset by joining three table, and do the update in one go?
Any idea or sample codes will be much appreciated.
David