
Create Access field with Inputmask
Hi Willy,
My first question is "Why?". It's easier to just build plain text fields in
Access interface and apply all text formatting in the lost focus event or
keypress event of your VB textboxes and combos. This controls the
input/result. feed the result to the plain text field in the Access db.
When you call it up, it has the formatting and your program doesn't have a
lot of useless overhead.
If you don't have Access, you can create a run once program in VB to create
the database and tables and then 'talk' to it from the final program.
Make sense?
hope it helps.
don
Quote:
>I am building an Access database from scratch using VB code. Can anybody
>tell me how to create a field with an Inputmask?
>Thanks.
>Willy Haesen