May 21, 2001 #1 IagreeOK Programmer Mar 11, 2001 3 US Can someone give me an example of declaring a (table, dynaset, snapshot)recordset as being Global in a .BAS file?
Can someone give me an example of declaring a (table, dynaset, snapshot)recordset as being Global in a .BAS file?
May 21, 2001 #2 daimaou Programmer Apr 4, 2001 154 PT Well, I'm not sure if this is what you want, but if you want to declare let's say a global recordstet on a VB module you would do something like: Public Your_RS_Name As New ADODB.Recordset Is this what you were asking for? If you need more help let me know. Upvote 0 Downvote
Well, I'm not sure if this is what you want, but if you want to declare let's say a global recordstet on a VB module you would do something like: Public Your_RS_Name As New ADODB.Recordset Is this what you were asking for? If you need more help let me know.