How do I go about counting two fields from two tables?
I need to count the 'Visit No' field from table A(which there are eight rows), and count the 'Test Drive No' from Table B (which there are 25), and take those number and divide them. Do this all in one query. Is that possible?
I need to count the 'Visit No' field from table A(which there are eight rows), and count the 'Test Drive No' from Table B (which there are 25), and take those number and divide them. Do this all in one query. Is that possible?