I am unable to see the code you are referring to. Please post the code.
![]() |
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 |
-
Null ? (Access 97)
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Null ? (Access 97)
- This topic has 4 replies, 4 voices, and was last updated 23 years, 3 months ago.
Viewing 0 reply threadsAuthorReplies-
WSRNCIENG
AskWoody LoungerFebruary 21, 2002 at 6:18 pm #571785Hi All,
Below is code I use to populate a table.
There will be times when 1 or more of the specified fields will be Null….however when the code runs, it won’t accept a Null. I think I need to put a Nz somewhere, but not sure…could someone help me with this please.
Dim DB As Database
Dim rsLog As Recordset
Dim strProEIN As String
Dim strProName As String
Dim strProSSN As String
Dim strType As String
Dim strPPA As String
Dim strProJoin As StringstrProEIN = Forms!frmPhyChanges!EINID
strProName = Forms!frmPhyChanges!ProviderName
strProSSN = Forms!frmPhyChanges!SSNID
strType = Forms!frmPhyChanges!Type
strPPA = Forms!frmPhyChanges!ProPlanArea
strProJoin = Forms!frmPhyChanges!JoinedSet DB = CurrentDb()
Set rsLog = DB.OpenRecordset(“tblRepFollowUp”)
With rsLog
.AddNew
.Fields(“ProName”) = strProName
.Fields(“ProEIN”) = strProEIN
.Fields(“ProSSN”) = strProSSN
.Fields(“ProJoin”) = strProJoin
.Fields(“ProType”) = strType
.Fields(“ProPlanArea”) = strPPA.Update
.Close
End With
Set rsLog = Nothing
Set DB = NothingThanks
-
WSishasingh
AskWoody LoungerFebruary 21, 2002 at 7:01 pm #571795You can deal with this problem in two ways…
The easy alternative is to add ‘On Error Resume Next’ immediately after all you dim statements.
The other alternative is to check each of your str variables for null within your addnew statements…Like
With rsLog
.AddNew
If Not Forms!frmPhyChanges!ProviderName.Value & “” = “” Then
.Fields(“ProName”) = strProName
end if
Let me know if it still doesn’t work -
WSFrancois
AskWoody LoungerFebruary 21, 2002 at 7:14 pm #571798Roberta,
you can simplify your code as follow:Dim DB As Database Dim rsLog As Recordset Set DB = CurrentDb() Set rsLog = DB.OpenRecordset("tblRepFollowUp") With rsLog .AddNew .Fields("ProName") = Nz(Forms!frmPhyChanges!ProviderName,"") .Fields("ProEIN") = Nz(Forms!frmPhyChanges!ProviderName,"") .Fields("ProSSN") = Nz(Forms!frmPhyChanges!SSNID,"") .Fields("ProJoin") = Nz(Forms!frmPhyChanges!Joined,"") .Fields("ProType") = Nz(Forms!frmPhyChanges!Type,"") .Fields("ProPlanArea") = Nz(Forms!frmPhyChanges!ProPlanArea,"") .Update .Close End With Set rsLog = Nothing Set DB = Nothing
Replace the “” with the default value you want to enter if the form control is null.
-
WSRNCIENG
AskWoody Lounger
-
-
Viewing 0 reply threads -

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
-
Built for Impact. Z7 Neck Bracket Is Changing the Game in Sports Safety (Awaiting moderation)
by
lachlanlaplante
31 minutes ago -
InfoStealer Malware Data Breach Exposed 184 Million Logins and Passwords
by
Alex5723
3 hours, 20 minutes ago -
How well does your browser block trackers?
by
n0ads
5 minutes ago -
You can’t handle me
by
Susan Bradley
48 minutes ago -
Chrome Can Now Change Your Weak Passwords for You
by
Alex5723
1 hour, 37 minutes ago -
Microsoft: Over 394,000 Windows PCs infected by Lumma malware, affects Chrome..
by
Alex5723
14 hours, 43 minutes ago -
Signal vs Microsoft’s Recall ; By Default, Signal Doesn’t Recall
by
Alex5723
2 hours, 16 minutes ago -
Internet Archive : This is where all of The Internet is stored
by
Alex5723
15 hours, 7 minutes ago -
iPhone 7 Plus and the iPhone 8 on Vantage list
by
Alex5723
15 hours, 12 minutes ago -
Lumma malware takedown
by
EyesOnWindows
3 hours, 27 minutes ago -
“kill switches” found in Chinese made power inverters
by
Alex5723
1 day ago -
Windows 11 – InControl vs pausing Windows updates
by
Kathy Stevens
23 hours, 54 minutes ago -
Meet Gemini in Chrome
by
Alex5723
1 day, 3 hours ago -
DuckDuckGo’s Duck.ai added GPT-4o mini
by
Alex5723
1 day, 4 hours ago -
Trump signs Take It Down Act
by
Alex5723
1 day, 12 hours ago -
Do you have a maintenance window?
by
Susan Bradley
42 minutes ago -
Freshly discovered bug in OpenPGP.js undermines whole point of encrypted comms
by
Nibbled To Death By Ducks
14 hours, 18 minutes ago -
Cox Communications and Charter Communications to merge
by
not so anon
1 day, 15 hours ago -
Help with WD usb driver on Windows 11
by
Tex265
4 hours, 17 minutes ago -
hibernate activation
by
e_belmont
2 days ago -
Red Hat Enterprise Linux 10 with AI assistant
by
Alex5723
2 days, 4 hours ago -
Windows 11 Insider Preview build 26200.5603 released to DEV
by
joep517
2 days, 7 hours ago -
Windows 11 Insider Preview build 26120.4151 (24H2) released to BETA
by
joep517
2 days, 7 hours ago -
Fixing Windows 24H2 failed KB5058411 install
by
Alex5723
1 day, 3 hours ago -
Out of band for Windows 10
by
Susan Bradley
2 days, 11 hours ago -
Giving UniGetUi a test run.
by
RetiredGeek
2 days, 18 hours ago -
Windows 11 Insider Preview Build 26100.4188 (24H2) released to Release Preview
by
joep517
3 days, 2 hours ago -
Microsoft is now putting quantum encryption in Windows builds
by
Alex5723
22 hours, 19 minutes ago -
Auto Time Zone Adjustment
by
wadeer
3 days, 7 hours ago -
To download Win 11 Pro 23H2 ISO.
by
Eddieloh
3 days, 4 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.