insert into table from form

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

Guest

I have a form that gathers data through combo boxes from 2 different tables
and some general combo boxes. I want to take the information from those
boxes and insert a row into a 3 table. just not sure of the correct vb to do
this.

Thank you in advance for any and all input.

Sample Data

Tbl1
person ID
Person Nm

Tbl2
Recipient ID
Recipient Nm

Misc Combo's
post dt
check dt
amount

Tbl3
person id
receipient id
post dt
check dt
amount
 
Back
Top