S
Steven
Hello, i have a form that takes user input in various text boxes that are not
tied to rowsources because the inserts need to be dynamic. There is a
checkbock that determines how the record(s) will be inserted. (unchecked
causes simple insert, checked performs 2 table insert) How do i code a
command button's onclick event procedure to perform the insert . How can i
perform the 2 inserts (into different tables) pulling the autonumer from the
first insert to populate a foreign key during the second insert? Thank you.
tied to rowsources because the inserts need to be dynamic. There is a
checkbock that determines how the record(s) will be inserted. (unchecked
causes simple insert, checked performs 2 table insert) How do i code a
command button's onclick event procedure to perform the insert . How can i
perform the 2 inserts (into different tables) pulling the autonumer from the
first insert to populate a foreign key during the second insert? Thank you.