Hi,
For part of our university course we have to develop an access database
for a CD library system. As part of this database we are trying to
acheive a system so that you enter a user ID at a prompt and then the
database displays a form showing personal information, current loans
and other information.
The problem we have is that the user information is stored in one table
(tblBorrowers) and the loans information in a seperate table (tblLoans)
is it possible to query both tables from one prompt.
We assume it's possible to do this using vb(access) and sql, but we're
not sure how!
Many Thanks,
Gardolas