Programming
Registered User.
- Local time
- Today, 04:37
- Joined
- Jul 5, 2018
- Messages
- 20
the following code gives me error if the text box is empty
Dim JobDescription_var as String
JobDescription_var = Me.JobDescription
I think I should use Nz but I don't know how.
Please help.
Dim JobDescription_var as String
JobDescription_var = Me.JobDescription
I think I should use Nz but I don't know how.
Please help.