|
-
March 15th, 2001, 09:29 AM
#1
I try to use "AppendDeleteField" but I received this error -> Sub or Function not defined <-
This is my code.. And When I execute this code I received the error "Sub or Function not defined" Why?
Dim dbsDonnee As Database
Dim tdfTable1 As TableDef
'Dim fldLoop As Field
Set dbsDonnee = OpenDatabase("C:\Test.mdb")
Set tdfTable1 = dbsDonnee.TableDefs!Table1
' Add three new fields.
AppendDeleteField tdfTable1, "APPEND", _
"E-mail", dbText, 50
AppendDeleteField tdfTable1, "APPEND", _
"Http", dbText, 80
AppendDeleteField tdfTable1, "APPEND", _
"Quota", dbInteger, 5
dbsDonnee.Close
Thanks
Redg
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
|