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
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