G
Guest
Hi,
have a table with the following fields in
record_num (auto num)
Comp_type (text field for description)
Comp_time (field for working days)
the date looks like this
1 assult 1
2 violence 5
3 rubbish 10
What i need to achieve is this table will be a drop down list in a form
which the user will select one of the possible's
What has been requested is that the Com_time field then crates a auto date
in another field called Target_date which will be todays date plus the value
kind of target_date= Date + comp_time
Question is is this possible and can working days be built into it ???
All help greatly appreciated
have a table with the following fields in
record_num (auto num)
Comp_type (text field for description)
Comp_time (field for working days)
the date looks like this
1 assult 1
2 violence 5
3 rubbish 10
What i need to achieve is this table will be a drop down list in a form
which the user will select one of the possible's
What has been requested is that the Com_time field then crates a auto date
in another field called Target_date which will be todays date plus the value
kind of target_date= Date + comp_time
Question is is this possible and can working days be built into it ???
All help greatly appreciated