Home > Software engineering >  How can you make the datagrid column shows the other data in a data source
How can you make the datagrid column shows the other data in a data source

Time:09-24

Datagrid1 data source is the order list (detailed ID, product ID, unit price, quantity, etc.), I have the other a data table is the product list (product ID, product name, etc.,)
Question: how can you make the product ID in the Datagrid1 column shows as the product name, product ID is the actual value

CodePudding user response:

SELECT the product table. The product name, order list. The unit price and schedule of the order. Quantity FROM the order list, the product table WHERE the order list. The product ID=the product table. The product ID

CodePudding user response:

Report is not doing, is to allow the user to enter data, PB is very simple, I don't know in the VB,
  • Related