|
-
Apr 17th, 2000, 03:33 PM
#1
Thread Starter
Hyperactive Member
Dear Vb users,
How do I create an Input mask in my field.
Set DB = CreateDatabase(DbSetting, dbLangGeneral)
Set TD = DB.CreateTableDef("MyTable")
With TD
.Fields.Append .CreateField("MyField"), dbText)
End With
How do I get an input mask for field "MyField??????
Nice greetings,
Michelle.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|