Recent content by ethanplace

  1. E

    Syntax error in JOIN operation

    I'm trying to inner join multiple tables together from an access database but I keep on getting syntax error messages and I am unsure why. Here's the code: da = New OleDbDataAdapter("SELECT Categories.Category, Subcategories.Subcategory, Descriptions.Description, Quantities.Quantity FROM...
Top Bottom