Help with Procedure Please

P

Paul

First make the AirPortCode a combo box in the form and
limit to list =Yes.
Next:
On Not In List
Private Sub AirPortCode(or your field name)_NotInList
(NewData As String, Response As Integer)
MsgBox "That Aiport Code is not in our Database."
Response = acDataErrContinue
End Sub

Hope this helps,

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top