How can I insert multiple records in a table from another table based on the selection i made from a dropdown then press custom button to do the job
I have a dropdown(job type) in table A(Invoce),I need to insert records from table C(PartsList) to Table B(invoice details) based on a dropdown in table A getting the type from table E(job Type)
IOW
Insert records from table C with the same job type into table B when button pressed
Hope it make sense
TIA