Comparing User Input To Records

merciless32

Registered User.
Local time
Today, 16:05
Joined
Mar 4, 2002
Messages
48
I have a form that allows a parent to select and login their child. I am tracking the login information in a table called Student_Log_Temp. I need a module that will scan the temp table at login to ensure that the parent hasn't already logged the student in previously. Please help.
 
merciless32,

Use the BeforeUpdate event on your form where the child(s)
name is entered.

Look in the Help files or search on this forum for the DLookUp
function.

Wayne
 

Users who are viewing this thread

Back
Top Bottom