Loading lesson path
Concept visual
Start at both ends
Read a string and return the numbers found in the string:
SELECT Val(PostalCode) FROM Customers;The Val() function reads a string and returns the numbers found in the string.
Formula
This function stops reading once it encounters a NON - numeric character.string )
Required. A string expression
❮ MS Access Functions