I didn't use the right headers for my sample, so I will try again:
OK, I ran into a problem. The dlookup give me the value from the current record, I want it from the next record, how do I fix this? Here is my code:
rst.MoveFirst
Do Until rst.EOF
vnum = rst.Fields(1)
vmatch =...
OK, I ran into a problem. The dlookup give me the value from the current record, I want it from the next record, how do I fix this? Here is my code:
rst.MoveFirst
Do Until rst.EOF
vnum = rst.Fields(1)
vmatch = DLookup("[Mtr 1 Vlu]", "1r88", "[Mach Ser No_ Mainfr] =" & Chr(39) & vnum &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.