Data Access Page Scripting

P

Peter

I am trying to populate a combo box on a Data Access Page programmatically
with SQL (using vbscript). I can't seem to find the correct syntax to access
the ListRowSource property of the Combo box from within the script. I have
tried unsuccessfully treating the ListRowSource property as a Child of the
combo box, and as a member of the item collection with a consistent lack of
results. The SQL is sound and works elsewhere.
I am capable with VBA but haven't done a lot with vbscript and this is my
first Data Access Page - I am using Access XP, any thoughts apperciated.
 
Top