Yes i am stuck on how to combine these tables and not miss any data. The report will be used to know what needs to be billed for a Date Range.
PARAMETERS [@sdate] DateTime, [@edate] DateTime, [@billtoid] Text ( 255 );
SELECT
tAsset_Status.[Asset ID],
SELECT [tAsset_Terminal].[Asset Terminal]...
I need to join two tables in a query, MiscCharge Table and the RentalStatus Table. The ID of the Status table is a FPK on the MiscCharge Tabel
The query should take a date range and then filter the results to Status that occur during that time range...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.