OK Gurus -
I have two tables - one 'postcodes' the other 'agents' -
I can currently list a count of all agents in the 'postcodes' table -
but the agents are only added to the 'postcodes' table when a record is inserted -
How do I get a count to give me the agents that are NOT in the 'postcodes' table ?
eg
Postcode table ---- 001 agent0001 record info
---- 002 agent0001 record info
Agents table ----- 001 agent0001name
----- 002 agent0002name
count will show ----- agents total
agent0001 2
agent0002 0
Hope you can help ......
cheers
Rab
I have two tables - one 'postcodes' the other 'agents' -
I can currently list a count of all agents in the 'postcodes' table -
but the agents are only added to the 'postcodes' table when a record is inserted -
How do I get a count to give me the agents that are NOT in the 'postcodes' table ?
eg
Postcode table ---- 001 agent0001 record info
---- 002 agent0001 record info
Agents table ----- 001 agent0001name
----- 002 agent0002name
count will show ----- agents total
agent0001 2
agent0002 0
Hope you can help ......
cheers
Rab