I have given up and need help
lets assume the following
i have 2 tables and 2 related forms
form 1 has the following fields: name, month, zone
form 2 has the following: month, zone, action
on the 1st form i have a button to open the 2nd form ( we will call it "add action")
what im trying to achiveve:
click button
form 2 opens and the fields "month" and "zone" are populated with the corresponding values from form 1.
i then simply add the action to the remaining field. close the form
resuly equals table two populated with all data for the record.
I understand this may not be the best solution but would like to see this work.
a example would be perfect.
thankyou