TheDignified
New member
- Local time
- Yesterday, 20:35
- Joined
- Feb 25, 2017
- Messages
- 3
Hello there I've been trying to get a field to update itself based on another fields entry, but the problem is this involves a Data type & normal text.
So I have fault logging database and there is a DueDate field which I want to be auto populated based on the Priority which is a drop down field, and has the following options:
Low (Due date = Due date +5 Days)
Medium (Due date = Due date +3 Days)
High (Due date = Due date +1 Days)
The problem I am having is I need the database to somehow enter in these values after the users add a new fault to the system where they are able to select the priority.
Thanks in advance!
So I have fault logging database and there is a DueDate field which I want to be auto populated based on the Priority which is a drop down field, and has the following options:
Low (Due date = Due date +5 Days)
Medium (Due date = Due date +3 Days)
High (Due date = Due date +1 Days)
The problem I am having is I need the database to somehow enter in these values after the users add a new fault to the system where they are able to select the priority.
Thanks in advance!