Why I Prefer Double-Double Quotes ("") Instead of a Single Quote (') in Microsoft Access

  Рет қаралды 3,366

Computer Learning Zone

Computer Learning Zone

Күн бұрын

Пікірлер: 22
@mirchimasala171
@mirchimasala171 2 жыл бұрын
Dear Richard .you are only and one hope for access developers....may you live long...keep it up legend Richard ...love from pakistan
@599CD
@599CD 2 жыл бұрын
Thanks
@דודקלדרון-כ6פ
@דודקלדרון-כ6פ 2 жыл бұрын
As usual Rick, so clear explanations... I've learned so much from your videos.. You are truly a master. In the past, i had no idea how to deal with that syntax and all i did, was trying all the possibilities to make this to work. But now, everything looks so easy.. Thanks a lot!
@599CD
@599CD 2 жыл бұрын
You are very welcome
@Shadow.Dragon
@Shadow.Dragon 2 жыл бұрын
The "mystery" of the DDQ solved! Thanks for the great explanation on how Access treats single and double quotes!
@599CD
@599CD 2 жыл бұрын
Glad it was helpful!
@ozairkhalid
@ozairkhalid 2 жыл бұрын
thanks
@599CD
@599CD 2 жыл бұрын
Welcome
@AlejandroJuarez-je3en
@AlejandroJuarez-je3en 2 жыл бұрын
10:01. Hi, Richard, I was expecting to see "If IsNull(S) Then" instead of "If IsNull(DDQ) Then"...
@fuego09esmeralda
@fuego09esmeralda 2 жыл бұрын
Do you think he left this there to test if we're paying attention...?
@599CD
@599CD 2 жыл бұрын
Always read the description
@599CD
@599CD 2 жыл бұрын
Uh... yeah... uh... it's a test. :)
@fuego09esmeralda
@fuego09esmeralda 2 жыл бұрын
I knew it...! 🤓
@ryanw1906
@ryanw1906 2 жыл бұрын
Don't you want IsNull(S) in your DDQ function? I knew this would be related to Apostrophes but I think Chr(34) & Replace(s,"'","''") & chr(34) still works in those cases. (for my Qt function)
@599CD
@599CD 2 жыл бұрын
Yep - always check the notes down below. Realized the error as soon as I posted the video.
@mikewashington4188
@mikewashington4188 2 жыл бұрын
Using double double quotes always gives me a headache just like time travel examples.
@599CD
@599CD 2 жыл бұрын
You were late to our Time Travelers Meeting tomorrow.
@navisalomi
@navisalomi 2 жыл бұрын
Thanks Richard for stating your reasons. There is a workaround to escape the single quote character. Infact, I wrote a function to put the single quotes to clear the headaches all together. Anyone may try it to see. The function assumes the string would not contain double quotes. Copy and paste function to a module to see the single quotes and escapes clearly. The function can be enhanced to handle double quote. I just think there very slim chances anyone would come across DDQ in a string. ==================== Function replace_escape_quotes(textValue) as String If IsNull(textValue) Then Exit Function replace_escape_quotes= "'" & Replace(textValue, "'", "''") & "'" End Function ==================== With this function all you need to do is call the custom function inside the Dlookup =DLookUp("[CreditLimit]","[CustomerT]","[LastName] = " & replace_escape_quotes(Lastname)) The custom function removes the whole headache altogether. I tested for O'Brien and it worked perfectly. I'm very comfortable with DDQ, but single quotes are more readable and modern programming languages like Python makes it even easier to use.
@599CD
@599CD 2 жыл бұрын
Oh sure... there's always multiple ways to deal with an issue. Thanks for sharing. :)
@navisalomi
@navisalomi 2 жыл бұрын
Thanks for steering my learning. I had to do some digging. 😀
@gregoryjeffries8475
@gregoryjeffries8475 2 жыл бұрын
Handy for dealing with Klingon.
@599CD
@599CD 2 жыл бұрын
It does kinda look like Klingon, huh? DdQ' NoT sQ!
Performing a Double Lookup in Microsoft Access Requiring Multiple Criteria
11:48
Computer Learning Zone
Рет қаралды 10 М.
How to Show Most Recent Job History for Candidates in Microsoft Access
21:39
Computer Learning Zone
Рет қаралды 906
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
How to Add a Button to a Microsoft Access Form to Reopen the Previous Record
20:57
Microsoft Access 2013 Tutorial Level 1 Part 04 of 12 - Customer Table, Part 1
18:03
How to Use ActiveForm to Determine the Previous Form in Microsoft Access
20:32
Computer Learning Zone
Рет қаралды 1,8 М.
Excel Tutorial: How to Select Lottery Numbers
6:01
goaskdebbie
Рет қаралды 174 М.
How to Show Most Recent Job History for Candidates in Microsoft Access, Part 2
21:20
Accounting System for Small and Medium Company in Ms Access
29:22
Andrew Ssemaganda
Рет қаралды 19 М.
Microsoft Access Customer Database (CRM) MS Access Customer Template - Free Download
26:40