dabwang
12-19-2003, 06:42 AM
can anyone suggest a way to let a user search through records in a database.
i have it working so that the first record appears and the user can move forwards and back but what i want to do is to allow the user to select, from a list, which record to view and then by clicking on the list, the record appears.
the list is also working fine
is there no way to say something like
While Not table.EOF
If form1.list1.text = table!TopicID Then
show the record
Else
table.MoveNext
End If
Wend
End Sub
i have something like this in my code but it doesnt work
any ideas
thanks
nige
i have it working so that the first record appears and the user can move forwards and back but what i want to do is to allow the user to select, from a list, which record to view and then by clicking on the list, the record appears.
the list is also working fine
is there no way to say something like
While Not table.EOF
If form1.list1.text = table!TopicID Then
show the record
Else
table.MoveNext
End If
Wend
End Sub
i have something like this in my code but it doesnt work
any ideas
thanks
nige