-
1
- #1
I'm creating a recordset using the value in a combo to retrieve from a SQL Server DB only the records I need.
It works fine. I attached to the recordset a RecordsetNavBar
in order to move throught the records.
I also included some code to generate a table with a grouped version of teh contents of the recordset.
When I hit the buttons of the navbar, the textfields linked don't change values and the table disappears (I think the recordset is destroyed during the roundtrip to the server).
Any ideas on how to solve this problem ?
It works fine. I attached to the recordset a RecordsetNavBar
in order to move throught the records.
I also included some code to generate a table with a grouped version of teh contents of the recordset.
When I hit the buttons of the navbar, the textfields linked don't change values and the table disappears (I think the recordset is destroyed during the roundtrip to the server).
Any ideas on how to solve this problem ?