Results 1 to 16 of 16

Thread: [RESOLVED] VB6 to MS Access 07 - ADO / datagrid.

Hybrid View

  1. #1
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: VB6 to MS Access 07 - ADO / datagrid.

    How about this?
    Code:
    Me.adoOrderBunch.RecordSource = (SQL query)
    Me.adoOrderBunch.Refresh
    Me.adoOrderBunch.Recordset.Requery
    
    Set datOrderGrid.DataSource = adoOrderBunch
    Me.datOrderGrid.Refresh
    Me.datOrderGrid.ReBind
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  2. #2

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    8

    Re: VB6 to MS Access 07 - ADO / datagrid.

    Same old chestnut, nothing displayed in my grid

Posting Permissions

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



Click Here to Expand Forum to Full Width