2 forms from one table

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

I've built a database for recording library books in my
work. I have created one form to record the books and one
to record books on loan. I want the second form to update
the information on the books table without actually
creating a new record. Please help.
 
Try setting the AllowAdditions property of the second form
to No.

Hope That Helps
Gerald Stanley MCSD
 
Frank

When I take a book out on loan, you want to change a "fact" about the book?
I don't understand. Perhaps if you provide information about your
underlying data structure, rather than the forms you are using to display
that info...

Jeff Boyce
<Access MVP>
 
Back
Top