View Single Post
  #3  
Old May 10th, 2010, 12:42 PM posted to microsoft.public.access.forms
BruceM via AccessMonster.com
external usenet poster
 
Posts: 448
Default How do I detect if item in lisbox is selected

If the list box is bound to a required field (Field1), you could use the
form's Before Update event:

If IsNull(Me.Field1) Then
MsgBox "Field1 is required"
End If

No problem I know of with the news server. Are you using the correct server
name?

Sam wrote:
Hi,

How do I detect item in listbox is selected? Is there a problem with
news server cause I cannot access it from outlook express

SF


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/201005/1