E
Ernst Guckel
Hello,
I have a unique question that I am at a loss as where to begin. I have
two listboxes. lstOne has employee names in it. I move selected names to
lstTwo. From there I want to run a query that adds the data in lstTwo to a
table like so...
Column one contains EmpID
Column Two contains EmpFirst/EmpLast
txtSOSDate contains a date.
tblEmp has employee data (EmpID)
tblSOS has dates(SOSID)
tblEmpSOS has EmpID and SOSID
i want entries in tblEmpSOS with EmpID (Column 1) and SOSID
SOSID does not exist in tblSOS yet. The Date from txtSOSDate needs to be
added to tblSOS before the execution of the SQL for the EMPID/SOSID.
SO where do I start??
Thanks,
Ernst.
I have a unique question that I am at a loss as where to begin. I have
two listboxes. lstOne has employee names in it. I move selected names to
lstTwo. From there I want to run a query that adds the data in lstTwo to a
table like so...
Column one contains EmpID
Column Two contains EmpFirst/EmpLast
txtSOSDate contains a date.
tblEmp has employee data (EmpID)
tblSOS has dates(SOSID)
tblEmpSOS has EmpID and SOSID
i want entries in tblEmpSOS with EmpID (Column 1) and SOSID
SOSID does not exist in tblSOS yet. The Date from txtSOSDate needs to be
added to tblSOS before the execution of the SQL for the EMPID/SOSID.
SO where do I start??
Thanks,
Ernst.