The Input or Input$ (there's no space) function has nothing to do with input
masks. I know you get input mask topics returned if you search on the
function name in Access help. Unfortunately, help searches often return
completely unrelated topics like that. For the real deal on the Input or
Input$ function, search on the keyword 'input' (without the '$') from within
the VBA editor instead of the main Access window. The difference between
'Input' and 'Input$' is that 'Input' returns a Variant of sub-type String,
while 'Input$' returns a String.