Wapug
Registered User.
- Local time
- Today, 05:47
- Joined
- Apr 14, 2017
- Messages
- 51
On the product details form in the Northwind database there is a "Go to Product" box that has the coding below as its row source. I cant make out what the <>Nz function is doing here. Could someone please explain this?
SELECT [ID], [Product Code], [Product Name], [List Price] FROM Products WHERE [ID]<>Nz(Form![ID],0) ORDER BY [Product Code];
SELECT [ID], [Product Code], [Product Name], [List Price] FROM Products WHERE [ID]<>Nz(Form![ID],0) ORDER BY [Product Code];