
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2010 11:28 PM
I have a fairly simple report that lists the computers by subnet. The only problem I am running into is that machines pick up new addresses over time and both are listed. Is there a way to list the most recent IP address and prevent duplicate computer names?
This is what I currently use:
Select tblNetwork.Computername, tblNetwork.IPAddress, tblNetwork.DHCPenabled From tblNetwork Where tblNetwork.IPAddress Like '%10.2%' And tblNetwork.DHCPenabled Like 'True'
This is what I currently use:
Select tblNetwork.Computername, tblNetwork.IPAddress, tblNetwork.DHCPenabled From tblNetwork Where tblNetwork.IPAddress Like '%10.2%' And tblNetwork.DHCPenabled Like 'True'
Labels:
- Labels:
-
Report Center
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2010 09:46 AM
The most recent IP is always updated in table tblcomputers.
