View Full Version : Table Join?


thsoundman
10-01-2007, 08:27 AM
Quick question so i can clairify what I am thinking. I have two tables. Both have a job code fieldname in them. What I wantto happen is where the job code in table 1 = job code in table 2 display the job description in table two. Example

table 1


name | mo | date | code


table 2

code | job description


If i understand this correctly I would need to do a table join correct... somthing to the order of SELECT * from table2 where me.table1.code = me.code? I'm not entirely sure. Am I understanding this correct?

RuralGuy
10-01-2007, 11:28 AM
Have you played with the query builder and Datasheet view to see what happens?