VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Quick Recordset Properties List

Brian Battles WS1O  (15 Submissions)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Beginner   Wed 3rd February 2021

If you're ever wondering what's contained in a recordset you currently have open, here's a quick and dirty way to dump all the data you could want to the Immediate window, which you can view there, or copy and paste into a notepad document or other textfile for printing, etc.
I like to keep this somewhere I can quickly copy and paste it into any module or routine that uses a recordset in case I lose track of which field is which.
(I've only tried this with VB 6.0 and AO 2.6, but I imagine it would work with other versions.)
--Brian Battles WS1O
Middletown, CT USA

Assumes
Needs a currently open recordset

Returns
A list of fields and property info in the Immediate window

Side Effects
none known

Rate Quick Recordset Properties List (4(4 Vote))
Quick Recordset Properties List.bas

Quick Recordset Properties List Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters