Hi,
I need to assign a table name to my recordset's Unique Table.
So can someone tell me where can I set the dynamic properties of my Recordset (I couldn't find these properties in the Object Browser).
Thanks for help
Printable View
Hi,
I need to assign a table name to my recordset's Unique Table.
So can someone tell me where can I set the dynamic properties of my Recordset (I couldn't find these properties in the Object Browser).
Thanks for help
When your recordset is open you can assign the value with command
Recordset.Properties(94).Value=WantedValue
Rgds
Tero