SpindleMania
Registered User.
- Local time
- Yesterday, 19:55
- Joined
- Aug 4, 2006
- Messages
- 13
mornin all,
i have a databse with 2 tables
ticketsales and T_semester
semester contains 3 columns:
ID (primary Key)
Semester (description shown in combo drop down box)
Start Date
end date
ticketsales is a customer database of sales along with other fields it also has the semester (lookup combo to the T_semester), start date and end date fields.
i have a form created for the ticketsales with the drop down box for semester field, what i can't work out is how autofill the start and end date fields according to the date listed in the T_semester.
e.g
T_semester table contains:
id, semester, start date, end date
1, Autumn 2007, 24/09/2007, 14/12/2007
2, Spring 2008, 07/01/2008, 14/03/2008
in the form if i pick Autumn 2007 in the semester drop down box i would like it to automatically fill the start date with 24/09/2007 and the end date with 14/12/2007 according to what is on the same row as what is selected from the semster field.
sorry if i make this out to be complicated i am not very good at explinations
thanks for you help in advance
i have a databse with 2 tables
ticketsales and T_semester
semester contains 3 columns:
ID (primary Key)
Semester (description shown in combo drop down box)
Start Date
end date
ticketsales is a customer database of sales along with other fields it also has the semester (lookup combo to the T_semester), start date and end date fields.
i have a form created for the ticketsales with the drop down box for semester field, what i can't work out is how autofill the start and end date fields according to the date listed in the T_semester.
e.g
T_semester table contains:
id, semester, start date, end date
1, Autumn 2007, 24/09/2007, 14/12/2007
2, Spring 2008, 07/01/2008, 14/03/2008
in the form if i pick Autumn 2007 in the semester drop down box i would like it to automatically fill the start date with 24/09/2007 and the end date with 14/12/2007 according to what is on the same row as what is selected from the semster field.
sorry if i make this out to be complicated i am not very good at explinations
thanks for you help in advance