J
John
Hi
In Access 97 I am trying below code;
Private Sub Clientlist_DblClick(Cancel As Integer)
CurStaff = Me.ClientList.Value
MsgBox CurStaff
End Sub
Problem is that even though the ClientList list is populated, when I
double-click on list the value of CurCleint comes out as Null resulting in
error on line MsgBox CurClient. What is the problem and how can I fix it?
Thanks
Regards
In Access 97 I am trying below code;
Private Sub Clientlist_DblClick(Cancel As Integer)
CurStaff = Me.ClientList.Value
MsgBox CurStaff
End Sub
Problem is that even though the ClientList list is populated, when I
double-click on list the value of CurCleint comes out as Null resulting in
error on line MsgBox CurClient. What is the problem and how can I fix it?
Thanks
Regards