L
ldiaz
hello all
I have a main form named: FormToUpdate and there I have to subForm
first subform name is:Work_Order_Dispatch_Report_ExcelDB and it's connected
to one query named:WODRQ
second subform name is:IDVolatilDBID_lbl_SubForm and its source is a table
named:IDVolatilDBID_lbl
in query:WODRQ I have fields like:
Part ID,Desc,Planner,WO ID,NoM,C-Date,S-Date
and on table:IDVolatilDBID_lbl I have fields like:
IDVolatilDateID =autonumber
Part ID,Desc,Planner,WO ID,No,C-Date,S-Date
in Main Form I have put a Button where I want to run a SQL INSERT INTO
IDVolatilDBID_lbl all fields
from query WODRQ where field Planner is not recorded in IDVolatilDBID_lbl
could you help with the statements, mine does not work
Thanks
Lorenzo DÃaz
Cad Technician
I have a main form named: FormToUpdate and there I have to subForm
first subform name is:Work_Order_Dispatch_Report_ExcelDB and it's connected
to one query named:WODRQ
second subform name is:IDVolatilDBID_lbl_SubForm and its source is a table
named:IDVolatilDBID_lbl
in query:WODRQ I have fields like:
Part ID,Desc,Planner,WO ID,NoM,C-Date,S-Date
and on table:IDVolatilDBID_lbl I have fields like:
IDVolatilDateID =autonumber
Part ID,Desc,Planner,WO ID,No,C-Date,S-Date
in Main Form I have put a Button where I want to run a SQL INSERT INTO
IDVolatilDBID_lbl all fields
from query WODRQ where field Planner is not recorded in IDVolatilDBID_lbl
could you help with the statements, mine does not work
Thanks
Lorenzo DÃaz
Cad Technician