Goodmorning to all!
Guys,
My problem is the following:
I've got a database for safety accidents/incidents. I've a table for incidents and another for employers with fields:
tablename:tblEmployers, formname:frmEmployers
EmpID
FullName
EmploymentDate
BirthDate
In the Incidents form, i've a button which loads the frmEmployers with datasheet view.
Is it possible, by clicking/dbclicking on specific employer, his data (empid, fullname, etc) to autofill/copy to the same fields in form of incidents and save the record?
I've tried with combobox selection(Employers fullname) and autofield, but record didn't save the autofill data.
Thanks in advance!
Costas
Guys,
My problem is the following:
I've got a database for safety accidents/incidents. I've a table for incidents and another for employers with fields:
tablename:tblEmployers, formname:frmEmployers
EmpID
FullName
EmploymentDate
BirthDate
In the Incidents form, i've a button which loads the frmEmployers with datasheet view.
Is it possible, by clicking/dbclicking on specific employer, his data (empid, fullname, etc) to autofill/copy to the same fields in form of incidents and save the record?
I've tried with combobox selection(Employers fullname) and autofield, but record didn't save the autofill data.
Thanks in advance!
Costas