C
Carlee
Hi,
I am struggling. I have two tables that are related without referential
integrity:
tblDevices
Fields: Serial Number, Device Type(network or desktop)
tblPrintActuals
Fields: Serial Number, Count Month, Impression Count
These tables are related, but without ref. integrity. I have done this
because I can get, via data dump, impression data for printers that are not
in the devices table. I want to know about these devices.
Issue:
I want to identify all network devices that did not have impression counts
this month or last month. These devices may have had impressions in the
past, but not for the two month period in question.
I can get the following information:
Network devices that had an impression count listed in print actuals this
month, but not last
Network devices that had an impression count listed in print actuals last
month, but not this month
Any help would be extemely appreciated.
I am struggling. I have two tables that are related without referential
integrity:
tblDevices
Fields: Serial Number, Device Type(network or desktop)
tblPrintActuals
Fields: Serial Number, Count Month, Impression Count
These tables are related, but without ref. integrity. I have done this
because I can get, via data dump, impression data for printers that are not
in the devices table. I want to know about these devices.
Issue:
I want to identify all network devices that did not have impression counts
this month or last month. These devices may have had impressions in the
past, but not for the two month period in question.
I can get the following information:
Network devices that had an impression count listed in print actuals this
month, but not last
Network devices that had an impression count listed in print actuals last
month, but not this month
Any help would be extemely appreciated.