Quite a general question here for any forms... what is the best way to add a record to two tables at the same time?
Say for example you had a tblLocation table that had a foreign key that is CityID... what is best way to add a city and therefore add the CityID to both the tblLocation and tblCity at the same time using one form (lets call it frmLocation) just by clicking a single command button?