Hello all,
I am a self taught Access guy. I have a form that has a textbox called 'Date Since RREP Approved' that I want to control a table field as well as preform a datediff function.
datediff("D",now(),[RREP Approved Date])
If I put that function in the control source I get the number of days since the RREP Approval Date. However I cant get it to update my table. Can someone help me with this?
Furthermore, I have a drop down box named 'Status'. When I select 'Completed' I'd like the 'Date Since RREP Approved' textbox to stop the datediff function. Is this possible?
Thanks in advance!