A
|
ann 5/19/2010 |
Hi, job.Customer_Name, if (jobs.LocationId=0, sites.LocationId, jobs.LocationId) as LocationId, job.Payment_Received, |
S
|
swanside author 5/19/2010 |
Hi, you can edit SQL query in the following way:
|
S
|
swanside author 5/19/2010 |
Sorry It was the s on jobs. |
S
|
swanside author 5/19/2010 |
Hi Ann. |
A
|
ann 5/20/2010 |
Paul, global $conn,$strTableName; |
S
|
swanside author 5/20/2010 |
Paul, to save job.LocationId into the database use BeforeAdd/BeforeEdit events on the Events tab of the job table. Here is a sample code: global $conn,$strTableName;
|