Glen,
The simplest way to find that data is to use the EXISTS() function in SQL. Something like this:
exists(select 1 from joblabor where jobplan.jobplanid = joblabor.jobplanid)
... should return any Job Plan that has at least one Planned Labor record from the Job Plans application.
Hope this helps,
Alex
------------------------------
Alex Walter
A3J Group, LLC
------------------------------