Hello all,
I have a Crystal Report that totals orders for the month. I used the following code
if {BAQReportParameter.Check02} = false AND {BAQReportParameter.Check03} = false
then {BAQReportResult.OrderDtl.ProdCode} = "GUN"
or {BAQReportResult.OrderDtl.ProdCode} = "TRE"
or...
I believe this is where this question should be. I have data in an external DB that I use Excel and Microsoft Query to pull data from. Here is my current SQL query.
SELECT DISTINCT Customer_0.Name, CRMCall_0.SalesRepCode, CRMCall_0.OrigDate, CRMCall_0.CallText, CustCnt_0.Name...
Hello everyone,
I have built a form in VBA for an Excel spreadsheet to search. I have 4 checkboxes, and if they are checked I want to filter on those names in a specific field. I have gotten this far. I can get one filter to work properly, but when I try to filter on 2 or more names, the array...
Hello everyone,
I have a SQL query that I am trying to select only the first record from. The query is:
SELECT ShipDtl_0.JobNum, ShipHead_0.ShipDate, JobAsmbl_0.TLESetupHours, JobAsmbl_0.TLEProdHours, JobAsmbl_0.TLASetupHours, JobAsmbl_0.TLAProdHours, JobAsmbl_0.TLALaborCost...
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.