Hi,
I have set up a form with combo boxes, which get their data from tables.
I have also set up a received date box which uses a calender to fill.
The box on the form I need to autofill is the target date. This will obviously be a date in the future. I can set this as a standard date by using the following expression in the Control Source in properties (i.e. for 30 days):
=DateSerial(Year([Daterec1]),Month([Daterec1]),Day([Daterec1])+30)
Now here is what I want to do:
I have another combo box on the form which has member tasks (again data is from a table).
I would like to have a set job time for each member task (i.e. 3 days), which when the member has selected the member task and input the received date will adjust the target date accordingly.
I also need the set times for each task to be updatable by the user if required. I assume I can put the set timescales in the same table that the member task data is pulling from (the user can then update in the future if required), however I do not know how to combine it all with the form.
Does anyone have any ideas about this one?
Cheers
I have set up a form with combo boxes, which get their data from tables.
I have also set up a received date box which uses a calender to fill.
The box on the form I need to autofill is the target date. This will obviously be a date in the future. I can set this as a standard date by using the following expression in the Control Source in properties (i.e. for 30 days):
=DateSerial(Year([Daterec1]),Month([Daterec1]),Day([Daterec1])+30)
Now here is what I want to do:
I have another combo box on the form which has member tasks (again data is from a table).
I would like to have a set job time for each member task (i.e. 3 days), which when the member has selected the member task and input the received date will adjust the target date accordingly.
I also need the set times for each task to be updatable by the user if required. I assume I can put the set timescales in the same table that the member task data is pulling from (the user can then update in the future if required), however I do not know how to combine it all with the form.
Does anyone have any ideas about this one?
Cheers