
December 8th, 2004, 09:48 AM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Querying queries
I've just pulled together a DB, with serveral tables
eg
MAC_import_192_168_0_0
MAC_import_192_168_1_0
MAC_import_192_168_2_0
MAC_import_192_168_3_0
each contain 2 string fields 1 ip address in the format "192.168.0.0", "192.168.1.0". The second field contains the mac address for the relating IP.
I have several queries, one for each table which pop's up a box requesting the IP address of a machine before displaying IP and mac.
I would like however to do this with one query rather than having to select the appropriate one.
Any ideas, i'm not really that good wif DB's as its been 8 years since i did anything with them.
Thanks much
|