-
WSLeesha
AskWoody LoungerTo be honest, once you get the hang of them, they are just as easy as Access IIF’s.
In fact if you have multiple criteria then they can be a lot easier than the Access nested IIF functions.LOL! Well you can count on the fact that I’ll be looking for help when I branch into these.
Leesha
-
WSLeesha
AskWoody LoungerI haven’t had to do any conditional statements yet! I think I’ll try to avoid those. I do agree that seeing both the grid and sql in the same view is nice. I’m much more comfortable in Access, however am having to learn SQL Server in order to use asp.net for websites. It’s been a struggle to say the least, but I do love a challenge.
Thanks!
Leesha -
WSLeesha
AskWoody LoungerI meant when in the query builder view, SQL is vertical vs access being horizontal. I’m horrid at writing code so I depend on the query builder, although SQL servers is much easier to write than Access.
Leesah
-
WSLeesha
AskWoody LoungerThanks! The first option worked perfectly. I’m so used to Access Queries being horizontal, that setting up the sql queries vertically still messes me up.
Thanks again,
Leesha -
WSLeesha
AskWoody LoungerIf you just want to see an 8 where the field is null then use
ISNULL([dischargestatus],8) AS [DischargeStat] or Whatever you want to call the field
The IsNull function in SQL is a substitution function that uses the second parameter as a substitution for NULL in the first field argument.
If the field is NOT NULL then the normal field value will be used.
It is equivalent to the Access NZ function.Hi!
I finally had a chance to try this out and of course I’m struggling. The rationale makes perfect sense, its writing it that I’m messing up on. The sql presently says
SELECT DischargeReason
FROM tblStudentStatus
ORDER BY StatusDefined DESCNo matter where I insert the code you gave me I get an error or no change. I’m sure I’m doing it wrong. The goal is for DischargeReason to = 8 if it is null. I tried:
SELECT DischargeReason
FROM tblStudentStatus
ORDER BY StatusDefined DESC
WHERE ISNULL([DischargeReason],8)Leesha
-
WSLeesha
AskWoody LoungerTell me about it! I spent all day chasing around an error only to find out that is means that I need to have the database convert a null value to an integer! I seriously feel like you little .gif guy.
So, how what would the syntax look like in sql server if I want to convert a [dischargestatus] to the number 8 if the field is null?
Thanks!
Leesha -
WSLeesha
AskWoody LoungerI went in and tried taking out the ()but got the same error. That is when I noted I had spelled the table name wrong! Fixed that it works fine. Thanks so much to both of you!
Leesha -
WSLeesha
AskWoody LoungerNot sure what is going on there sorry.
Just stick with the one that works.I keep getting an incorrect syntax near ‘)’. I’ve tried all sorts of combo’s but can’t get it. I’ll keep plugging but in the meantime wanted to say thank you so much!!!
Leesha
-
WSLeesha
AskWoody LoungerAll three are nvarchar. That last code gave me a similar error to the print screen that I uploaded earlier. I did change the table name to be the name of my table but still got the error.
-
WSLeesha
AskWoody LoungerI’m sorry, I’m not familiar with SQL Server.
NP!! God only knows you’ve helped me with just about everything else I’ve had over the years!
-
WSLeesha
AskWoody LoungerThanks Andrew, this did the trick! I did get an error when I tried the piece with the nulls. I copied exactly as you had but got an error stating invalid or missing expression.
-
WSLeesha
AskWoody LoungerI thought you were running the query from Access, where & is the concatenation operator; you can’t use that in SQL Server. You need + there.
What is the purpose of the letters N in the original code?
LastName + N‘,’ + N‘ ‘ + FirstName + N‘ ‘ + Mi AS [Student Name]
It was the only way that I could get it to have spaces between the names. How should I have it written?
-
WSLeesha
AskWoody LoungerYour query looks suspect to me. But some questions:
>>- Are you running that query in SQL Server as a view?
Yes – it’s being used with an asp.net page so its being run as a view from Sql server.
>>Or are you running it as a pass-through query in Access?
I have a similar on in an access project that runs fine.
>>
What looks suspect to me is the LastName + N’,’ + N’ ‘ + FirstName + N’ ‘ + Mi
Well that’s just my lame attempt from trial and error to get the return data to be cancantuated (I know I butchered that word!) to be lastname, firstname MI —- I needed the spaces.
-
WSLeesha
AskWoody LoungerI pasted it in and ran it and this is the error and how it got converted back. I’m attaching a print screen
-
WSLeesha
AskWoody Lounger>>You will also have to set the default to 0 (zero) in Sql Server table design.
Thanks Pat! This is the info I needed. The zero was the key!!!
Leesha
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Nvidia just fixed an AMD Linux bug
by
Alex5723
3 hours, 43 minutes ago -
50 years and counting
by
Susan Bradley
6 hours, 3 minutes ago -
Fix Bluetooth Device Failed to Delete in Windows Settings
by
Drcard:))
2 hours, 5 minutes ago -
Licensing and pricing updates for on-premises server products coming July 2025
by
Alex5723
14 hours, 47 minutes ago -
Edge : Deprecating window.external.getHostEnvironmentValue()
by
Alex5723
14 hours, 53 minutes ago -
Rethinking Extension Data Consent: Clarity, Consistency, and Control
by
Alex5723
14 hours, 56 minutes ago -
OneNote and MS Word 365
by
CWBillow
16 hours, 46 minutes ago -
Ultimate Mac Buyers Guide 2025: Which Mac is Right For You?
by
Alex5723
16 hours, 56 minutes ago -
Intel Unison support ends on Windows 11 in June
by
Alex5723
17 hours, 9 minutes ago -
April 2025 — still issues with AMD + 24H2
by
Kevin Jones
17 hours, 20 minutes ago -
Windows 11 Insider Preview build 26200.5518 released to DEV
by
joep517
1 day, 4 hours ago -
Windows 11 Insider Preview build 26120.3671 (24H2) released to BETA
by
joep517
1 day, 4 hours ago -
Forcing(or trying to) save Local Documents to OneDrive
by
PateWilliam
1 day, 13 hours ago -
Hotpatch for Windows client now available (Enterprise)
by
Alex5723
1 day, 1 hour ago -
MS-DEFCON 2: Seven months and counting
by
Susan Bradley
2 hours, 39 minutes ago -
My 3 monitors go black & then the Taskbar is moved to center monitor
by
saturn2233
1 day, 22 hours ago -
Apple backports fixes
by
Susan Bradley
1 day, 5 hours ago -
Win 11 24H2 will not install
by
Michael1950
2 hours, 52 minutes ago -
Advice to convert MBR to GPT and install Windows 11 Pro on unsupported PC
by
Andy M
18 minutes ago -
Photos from iPhone to Win 10 duplicating/reformatting to .mov
by
J9438
11 hours, 22 minutes ago -
Thunderbird in trouble. Here comes Thundermail
by
Alex5723
2 days ago -
Get back ” Open With” in context menus
by
CWBillow
2 days, 13 hours ago -
Many AMD Ryzen 9800X3D on ASRock have died
by
Alex5723
1 day, 5 hours ago -
simple general stupid question
by
WSaltamirano
2 days, 11 hours ago -
April 2025 Office non-Security updates
by
PKCano
3 days, 4 hours ago -
Microsoft wants to hear from you
by
Will Fastie
19 hours, 32 minutes ago -
Windows 11 Insider Preview Build 22635.5160 (23H2) released to BETA
by
joep517
3 days, 7 hours ago -
Europe Seeks Alternatives to U.S. Cloud Providers
by
Alex5723
3 days, 13 hours ago -
Test post
by
Susan Bradley
3 days, 15 hours ago -
Used Systems to delete Temp files Gone WRONG what does this mean?
by
Deo
3 days, 17 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.