
02-15-2004, 03:52 PM
|
|
Freshman
|
|
Join Date: Feb 2004
Posts: 45
|
|
link two tables in one form
|
OK, I have an EmployeeProfile (empno, empname, etc) and SalaryInformation (empno, payrate, salary, etc) table under Emp.mdb. The thing is, I want to be able to view all the records in these two tables in only one form (textboxes range from employee number to salary deductions). I also want to be able to add, edit, delete using the same form. Oh, and I'm using Data Controls too. Can anybody give me a source code on how I can link these two tables programmatically?
|
|