Hi,
I have 2 questions:
1) I have made an access database with data about certain products:
Product-description, Product-id and Product-price.
Now i want to populate a combobox with the product-description data.
When i user selects a product, I want 2 labels showing the corresponding product-id en product-price.
2) I also want the user to alter, delete and add records to the database. Is the DataGrid component best for it?