Hi all, this is my first Post and i have just inherited an Access Database that i am trying to get my head around and also update, so here goes!
I have a Table that show products and SLT's (in Days)
ie
Product SLT
Line 6
Circuit 42
One of the forms we use has various boxes that need filling in, some with dropdowns and this is what i am trying to do.
If the Product "Line" is selected from the list, in the Order Fulfillment date field todays date + 6 is put in e.g 19/12/2012, (i.e. Today is 11/12/12 + 6 = 19/12/2012). Same for if Circuit is selected, todays date + 42 and so on. but the added days have to be Week Working days (not include weekend).
Ontop of that i also have a Customer Required Date field thats required. What i want to do is if the date in this field is lower than the Order Fulfillment date then nothings changed, if the Customer Required Date is greater than the Order Fulfilment date then its replaced with this new date.
e.g Order Fullfilment Date is 19/12/12, Customer required date is 17/12/12 - nothing happens
Order Fullfilment Date is 19/12/12, Customer required date is 2/01/13 - the Fullfiment date is changed to 2/1/13
Hope you can help?
I have a Table that show products and SLT's (in Days)
ie
Product SLT
Line 6
Circuit 42
One of the forms we use has various boxes that need filling in, some with dropdowns and this is what i am trying to do.
If the Product "Line" is selected from the list, in the Order Fulfillment date field todays date + 6 is put in e.g 19/12/2012, (i.e. Today is 11/12/12 + 6 = 19/12/2012). Same for if Circuit is selected, todays date + 42 and so on. but the added days have to be Week Working days (not include weekend).
Ontop of that i also have a Customer Required Date field thats required. What i want to do is if the date in this field is lower than the Order Fulfillment date then nothings changed, if the Customer Required Date is greater than the Order Fulfilment date then its replaced with this new date.
e.g Order Fullfilment Date is 19/12/12, Customer required date is 17/12/12 - nothing happens
Order Fullfilment Date is 19/12/12, Customer required date is 2/01/13 - the Fullfiment date is changed to 2/1/13
Hope you can help?