|
-
Apr 17th, 2000, 06:28 PM
#1
Thread Starter
Hyperactive Member
Dear Vb users,
Is it possible to create a Long Date format in VB for Access?
If yes, please can you send me source?
Wrong source:
Set DB = CreateDatabase(DbSetting, dbLangGeneral)
Set TD = DB.CreateTableDef("MyTable")
With TD
.Fields.Append .CreateField("MyField", DbDate)
End With
How do I create a Long Date format 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
|