josephbupe
Registered User.
- Local time
- Today, 16:40
- Joined
- Jan 31, 2008
- Messages
- 247
Hi,
I have two list boxes which I want to cascade but my code does not work:
I will appreciate your help.
Joseph
I have two list boxes which I want to cascade but my code does not work:
Code:
' [COLOR=Teal]Find the record that matches the control.[/COLOR]
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "(ProgrammeID) = " & Str(Nz(Me![lstProgrammes], 0))
If Not rs.EOF Then Me.Bookmark = rs.Bookmark
Forms!F_Training_Programmes_Past!lstParticipants.Requery
I will appreciate your help.
Joseph