S
Sarah at DaVita
I have a document table that contains a doc_id. I have a button on this next
to each record that opens a comment box in another table where the user can
add notes about the specific record they are currently on. How do I get the
doc_it from the document table to get entered into the comment form so it can
act as the forgien key (link_id) so all comments can be hooked to that
specific record? I tried Me.Link_id = frmDocumentTracker.Doc_id in the after
update event in the comment form but get an error that says compile error -
can't find project or library.
to each record that opens a comment box in another table where the user can
add notes about the specific record they are currently on. How do I get the
doc_it from the document table to get entered into the comment form so it can
act as the forgien key (link_id) so all comments can be hooked to that
specific record? I tried Me.Link_id = frmDocumentTracker.Doc_id in the after
update event in the comment form but get an error that says compile error -
can't find project or library.