Hi,
I have been asked to create a database for my boss. Whilst I know a little bit about databases I know nothing about programming.
In the database, there is a table called "Jobs" which sales enquiries are entered into. In this table, there are fields called "JobStatus" which has the default text of "Quotation Pending" and a combo box "JobLive" which is a "yes/no" field. Normally a job will come in as quotation request and the "JobsLive" field will be set to "no".
Occasionally, a job will come in as confirmed from the outset. In this case, the job will be marked as "live" in the combo box "JobLive". Is it possible to change the "JobStatus" field to "Job Live" when this combo box is changed to "yes"?
At any other stage, the "JobStatus" field will be changed using an update query as and when changes are made.
From previous advice I've had I am pretty sure that this will be done using the "afterupdate" feature but I am not sure of the syntax for it.
Thanks in advance
I have been asked to create a database for my boss. Whilst I know a little bit about databases I know nothing about programming.
In the database, there is a table called "Jobs" which sales enquiries are entered into. In this table, there are fields called "JobStatus" which has the default text of "Quotation Pending" and a combo box "JobLive" which is a "yes/no" field. Normally a job will come in as quotation request and the "JobsLive" field will be set to "no".
Occasionally, a job will come in as confirmed from the outset. In this case, the job will be marked as "live" in the combo box "JobLive". Is it possible to change the "JobStatus" field to "Job Live" when this combo box is changed to "yes"?
At any other stage, the "JobStatus" field will be changed using an update query as and when changes are made.
From previous advice I've had I am pretty sure that this will be done using the "afterupdate" feature but I am not sure of the syntax for it.
Thanks in advance