I'm using 2 tables main and sites.
Select system from main where main.site_number=sites.site_number and sites.site_name=?
I'm putting this code into the sql statement box of a recordset property. I'm a beginner at SQL so my answer might be obvious but I'm pretty sure the problem is with the main.site_number=sites.site_number.
Both are spelled right.. I'd appreciate any info..
Select system from main where main.site_number=sites.site_number and sites.site_name=?
I'm putting this code into the sql statement box of a recordset property. I'm a beginner at SQL so my answer might be obvious but I'm pretty sure the problem is with the main.site_number=sites.site_number.
Both are spelled right.. I'd appreciate any info..