Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cb9259

    Blank Page at end of report

    A large, empty report footer or group footer could also cause a blank page at the end.
  2. cb9259

    Inner Join using "Or"

    I just tried this in a query - it's an inner join on 2 fields using "Or". It won't display in design view, but it works. Is there any reason not to use it? SELECT Employees.FirstName, Employees.LastName, Customers.FirstName, Customers.LastName FROM Employees INNER JOIN Customers ON...

Part and Inventory Search

Back
Top