Insert value from textbox into 2 different table ms-access -
i have 2 types of table in database. project , services table. both table have projectno , address field. have created 3 form, 1 project department (view only), 1 services department (view only) , form combination of first form , second form , use data entry form sale department. so, in data entry form there 2 projectno , address textbox in form because 1 project table , 1 services table. there suggestion on how can fill both table field single textbox value?
table structure.
project - projectno; order; engineer; address;
services-projectno; warranty; warrantyend; address;
short answer yes. can use vba code update field in second table after updating textbox in 1 of forms. key question why have address field in both tables if going same time.
what relationship between project , services? services going have same address projects? services going shared multiple projects?
the solution may delete address 1 of tables or make service form subform of project form
Comments
Post a Comment