Displaying multiple records 
Author Message
 Displaying multiple records

I have found a record from a Access Table and can put it in a Text Box.
BUT, I want to put the following records after it in the same box (say
five).  I hoping as the scroll bar is moved downward, more records will
be revealed and as it is moved upward the records before it will be
shown (it should be possible to go to the first record or last). I want
to do what the data control does.  Can someone help?

Data1.Recordset.FindFirst "Address = '" & LookBox.Text & "'"
    If Data1.Recordset.NoMatch Then
        MsgBox "No matching records found"
        LookBox.SetFocus
    End If
        Verse.Text = Verse
        'address is the one I want to display the multiple records    
        Address.Text = Address

'I've tried concatenating but I don't think that's a good way to solve
'the problem

Thanks in advance!
Bill Brinkworth



Wed, 12 Apr 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. display multiple records

2. displaying multiple records - VB5

3. Display multiple record in one text box

4. Display multiple records in form-view (access-like)

5. Display one record from multiple records

6. Need to display multiple lines mini report within one record in a report

7. Merge Multiple Docs against Multiple Records in Datasource

8. Link multiple datagrids to a single record (Master\Detail Form with multiple details)

9. Display records on screen using display button

10. generate multiple records from 1 record

11. Acc97 - Merging Multiple Records into a Single Record

12. Module-level multiple-record recordset vs temp single-record recordset

 

 
Powered by phpBB® Forum Software