jparks2010
Registered User.
- Local time
- Today, 10:18
- Joined
- Apr 14, 2010
- Messages
- 16
I am trying to work with the DLookUp function and have a similar problem as a previous post http://www.access-programmers.co.uk/forums/showthread.php?p=954468. However my problem is the timing. By using the following code:
I am unable to get DLookUp to pull the information with any consistency. Sometimes it will, sometimes it wont. Any suggestions on how to add consistency and get this working properly.
Code:
DLookUp("[Student ID Num]","[Current Students]","[Current Students]![Student name] = [Student name].Text")
I am unable to get DLookUp to pull the information with any consistency. Sometimes it will, sometimes it wont. Any suggestions on how to add consistency and get this working properly.