You could add code like this to the Not In List Event for the combo box...
Private Sub cmbCandidate_NotInList(NewData As String, Response As Integer)
Const DataDesc As String = "Candidate"
Dim strMsg As String
Dim intNewEntry As Integer, strTitle As String, intMsgDialog As Integer...
You didn't really specify whether you were concerned with a NEW Record or if PName was left blank by the user...
If you're checking whether you are on a new record you can use the following code which you would put in the Form_Current procedure:
If Me.NewRecord Then
JNum = JNum + 1
Else
JNum...
I have a ATI 9800 AGP and I'm having problems adding another ATI 9200 PCI to my system for multimonitor display... after connecting and enabling it displays properly but VERY SLOWLY... any hints on what to try next?
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.