I have an application in vb.net with database in access 2007. I have created a query in vb which takes data from two tables (services, customers). The query works fine. Now i want my datagrid to fill using this query. Nothing works. Anyone has any suggestions? In preview data my columns and the respected data are shown normally. In adding them is the problem. The query works fine. The code to fill the datagrid is :
Code:
Me.AllServicesTableAdapter.addd(Me.Database2DataSet.AllServices)I am using vb and access 2007. Thanks you all for your time.
Code:
Me.AllServicesTableAdapter.addd(Me.Database2DataSet.AllServices)I am using vb and access 2007. Thanks you all for your time.