Help. This has been working but now... I get "No Current Record" which I am not even what it is.
Just so you know
Works fine.
I got this solution a couple of months back from this forum and it has been working fine now it stops.
Any help would be appreciated.
Thanks,
Code:
Update tbl_Job_Access
Set tbl_Job_Access.bDelete_Job = 1
Where (
tbl_Job_Access.Job_No= (
Select tbl_Job_Access.Job_No
From tbl_Job_Access
LEFT JOIN CMSqry_JCPDSC
ON
tbl_Job_Access.Job_No = CMSqry_JCPDSC.Job_No
Where (
(CMSqry_JCPDSC.Job_No) Is Null )
)
)
Just so you know
Code:
Select tbl_Job_Access.Job_No
From tbl_Job_Access
LEFT JOIN CMSqry_JCPDSC
ON tbl_Job_Access.Job_No = CMSqry_JCPDSC.Job_No
Where (
(CMSqry_JCPDSC.Job_No) Is Null )
)
Works fine.
I got this solution a couple of months back from this forum and it has been working fine now it stops.
Any help would be appreciated.
Thanks,