Insert value into a table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to insert a value from a form to a table using a button on a subform.
Here is all the information

Form with the value I need to be inserted: FRM:ADVERSE_EVENTS
Field on FRM:ADVERSE_EVENTS that needs to be inserted: interviewId

Table in which interviewId needs to be insterted: project coordinator
Field where interviewId needs to be insterted: InterviewID

I'm hoping that you can help me out.
 
Anyone? How do you reference a text box on a form so I can use it to put
into the table. Is it like: Forms! FRM:ADVERSE_EVENTS.interviewID
 
Back
Top