Produce a number of prototypes to show the company (or sketch on paper if you don't get so far). Bear in mind it is a reduced version of the finished program, not the whole thing!
Note:
private sub txtBox_Keypress(KeyAscii as integer) if ( KeyAscii < Asc("0") or (KeyAscii > Asc("9") ) _ and KeyAscii <> Asc(".") then KeyAscii = 0 Beep endif endsub