K
Kate
I am working to design a simple database that will allow
employees to be assigned a computer. I have a table with
all of the employees and a table with all of the
computers. The key for the employee table is the empid
and the key for the computer table is the compserial. The
computer table has the empid field in addition to all of
the computer specs. I want allow the user to pick an
employee and then look through the list of computers
available in order to match up the employee with the
correct computer.
Any ideas?
employees to be assigned a computer. I have a table with
all of the employees and a table with all of the
computers. The key for the employee table is the empid
and the key for the computer table is the compserial. The
computer table has the empid field in addition to all of
the computer specs. I want allow the user to pick an
employee and then look through the list of computers
available in order to match up the employee with the
correct computer.
Any ideas?