Consulting

Results 1 to 2 of 2

Thread: bind ListObject to Recordset?

  1. #1
    VBAX Regular
    Joined
    Jul 2008
    Posts
    41
    Location

    bind ListObject to Recordset?

    I'm trying to build a tool that will enable view/edit of a database via Excel. Is there a way of "binding" a ListObject or a Range to an ADODB.Recordset? I've found various hints that it's possible but only using Microsoft Visual Studio Tools for Office (VSTO). All I've got is VBA. Is anyone versed in this and can tell me exactly what pieces are required? Is the full $800 development package the only answer?

  2. #2
    VBAX Contributor
    Joined
    Jun 2007
    Posts
    150
    Location
    I've built tons of database tools with Excel front ends... Yes, you can do it ALL with ADO. ADO is amazing and is free.

    However, I don't understand what you are tyring to do... Are you SELECTing data from the DB to populate a worksheet/form/form control, or are you trying to INSERT or UPDATE data in the DB?

    Explain what you need, and I can post some code.

    Also, how much SQL do you know?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •