View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ca1358 ca1358 is offline
external usenet poster
 
Posts: 37
Default Combine a Dlookup with DMAX function

Commit = DLookup(Nz(DMax("commit", "commit", "[commit] = " _
& Forms!Form![Commit], 0) + 1))
--
ca1358