Taking data from one form and putting it in another

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

KARL DEWEY

I have a button on this next to each record that opens a comment box
This is new to me. How do you put a button on a table/record?
 

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