![]() |
| |||||||
| Sponsored Links |
![]() | « Previous Thread | Next Thread » |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| Hi, I have this query Code: strgets = "Select distinct Sports1 AS sporting FROM Points WHERE LEN(Sports1) > 0 and CombinePoints.Id=" & getid I want to see that length of sports1 field is empty I dont know if access allows to check the length of a field todd |
| Sponsored Links |
|
#2
| ||||
| ||||
| wouldn't that be IsNotNull? |
|
#3
| ||||
| ||||
| try: Code: SELECT points.sports1 as sporting FROM points WHERE ((Len([sports1])>0)) and combinepoints.id=" & getid |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| query error | todd2006 | SQL Development | 1 | June 24th, 2008 12:05 PM |