Add notes to a record via new form

D

Dave

I have a form that display records from a table in tabular
format. I would like to have a button that has a
label "Notes" that is displayed as part of the main forms
records (1 note button for each separate record).

When the user clicks on the notes button, it will pop up a
seperate small form that the user can enter notes relating
to that specific record. When the user clicks OK, then
the notes form goes away and the user can still navigate
through the mains forms records. Another key point is
that the notes must be saved to the same underlying record
in the table. The table has a single primary numeric key.

Any ideas on how to do this?

Thanks a bunch

Dave
 
C

Con Giacomini

I would make my form a Tab Control form, with one of the tab pages dedicated
to notes. That would accomodate all of your stated requirements.

Con Giacomini
 

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

Top