Guest_imported
New member
- Jan 1, 1970
- 0
I am about to pull my hair out! I'm not a VB programmer and don't pretend to be ... so if you can, please help ASAP. I have several tables that are all linked properly, but when I attempt to get them synchronized, I just can't get it to work. Thanks in advance. Example:
Application Table
PK=App_Id
F1=App_Date
F2=App_Type
Excavation Table:
PK=Site_Id
F1=App_Id
F2=Address1
Restoration Table:
PK=Rest_Id
F1=Site_Id
F2=Address1
Inspection Table:
PK=Inspect_Id
F1=Site_Id
F2=Rest_Id
F3=Inspector_Id
Application Table
PK=App_Id
F1=App_Date
F2=App_Type
Excavation Table:
PK=Site_Id
F1=App_Id
F2=Address1
Restoration Table:
PK=Rest_Id
F1=Site_Id
F2=Address1
Inspection Table:
PK=Inspect_Id
F1=Site_Id
F2=Rest_Id
F3=Inspector_Id