M
Mollybot
Access 2000 - I have created a form containing a subform which allows the
user to select a drop down menu to populate the first field, on selecting the
value I would like to be able to automatically populate another field in the
same record with a value from the same row of the source table for example:
Form text boxes relating to table values
Course, Date taken, Date Renewal, Term
The source table the form is linked to contains Course and Term as its
values course is the drop down of txtbox1 in the form and Term is the value I
wish to have automatically entered into the Term.txtbox. From here I want to
calculate the renewal date from the Date taken by adding the years from Term.
I have written the code to add the years from term to the date taken to
generate the date renewal but do not have enough knowledge of Access or
programming to see how to retrieve the value from the term field based on the
selection made in the course drop down.
I do hope this all makes sense. I would appreciate any help you can offer.
Thank you in advance, Mollybot.
user to select a drop down menu to populate the first field, on selecting the
value I would like to be able to automatically populate another field in the
same record with a value from the same row of the source table for example:
Form text boxes relating to table values
Course, Date taken, Date Renewal, Term
The source table the form is linked to contains Course and Term as its
values course is the drop down of txtbox1 in the form and Term is the value I
wish to have automatically entered into the Term.txtbox. From here I want to
calculate the renewal date from the Date taken by adding the years from Term.
I have written the code to add the years from term to the date taken to
generate the date renewal but do not have enough knowledge of Access or
programming to see how to retrieve the value from the term field based on the
selection made in the course drop down.
I do hope this all makes sense. I would appreciate any help you can offer.
Thank you in advance, Mollybot.