Search results

  1. T

    How to set image for button hover

    I would to set a foreground image, for when the mouse hover the button it displays the alternate color image. How do you do this?
  2. T

    Syntax error in FROM clause

    Thank you everyone for your support :)
  3. T

    Syntax error in FROM clause

    Thank you MajP, thats what I thought and I am trying to figure out where it needs to go as I am getting an error with or without. It states the number of columns in the two selected tables or queries of a Union query do not match. I double checked both queries and tables, they both match for...
  4. T

    Syntax error in FROM clause

    Thx all, maybe someone has better eyes than I do. I am receiving a syntax error in FROM clause statements for this SQL statement, SELECT qry.SelectionRowID_FK, Sum(qry.QtyToSell) AS Qty, ItemsTABLE.StoreDepartment FROM (SELECT ProductInventoryTABLE.SelectionRowID_FK...
Back
Top Bottom