Click to See Complete Forum and Search --> : Recordset and dynamic properties


sagiv74
October 22nd, 2001, 06:43 AM
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

Dr.Zoidberg
December 19th, 2001, 06:05 AM
When your recordset is open you can assign the value with command

Recordset.Properties(94).Value=WantedValue

Rgds
Tero