labels

  • Thread starter Thread starter placek
  • Start date Start date
P

placek

Hi there,

I have designed a database for a library. To display books
that a borrower has on loan i have designed a form with a
text box, command button and label. When you insert a
Borrower Number into the text box and click on the command
button the books on loan for that person are displayed in
the label. As i'm sure you know this is done via
recordsets. Now i want to embellish the label and display
the contents of the recordset in datasheet view. How would
you suggest i do this?

Thanks in advance

Martin
 
You could use a datasheet view of a subform. There is no code required if
you set the link master/child properties of the subform to the
BorrowerNumber.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top