Microsoft
Software
Hardware
Network
Question : Heres a good one ---- Select Records based on digits following decimal point in numerical value
OK, here's a good one..... I've got a table in Access 2007 named WorkOrders:TBL that contains a field of work order numbers. Each work order number is 8 digits long with a decimal place before the last two digits (so they're in the format of xxxxxx.xx). I need to be able to filter out (i.e. do NOT return) all records where the work order number ends with two zero's following the decimal place (XXXXXX.00)---- *UNLESS* --- it was created by one of my service technicians (I've only got two tech's).
If this can be done by code, query or macro, I'm open to all options. If you need further clarification let me know.
Thanks a bunch!
Answer : Heres a good one ---- Select Records based on digits following decimal point in numerical value
Select * from [WorkOrders:TBL] Where WONumber NOT like '*.00' OR Assignment in ("TechName1', 'TechName2')
Random Solutions
MAPI Session - locate default signature text.
Remote pop up when opening outlook
excel-vba code to change folder properties
MS Access Filter all records on on a Form
Macro Help
Click Context Menu, opened by mshtml.IHTMLElement
Intel Pro/1000 MT (Single Port) - Teaming Options Not Shown In Device Manager on Windows 2003 32-bit
I have 9 Cursore need to make one report
Using Range(Cells(r1,c1),Cells(r<wbr />2,c2)) instead of Range("A1:B2")
Changing from Split Access DB in 2007 to SQL Server