|
-
Sep 2nd, 2006, 02:22 PM
#1
Thread Starter
Frenzied Member
Change field Allow Zero Length[RESOLVED]
Hi to all:
I would like to change the field allowzerolenght,set to false, to true in my DB access.
Any suggestions to do this?
Thanks
Last edited by sacramento; Sep 2nd, 2006 at 03:51 PM.
-
Sep 2nd, 2006, 02:43 PM
#2
Re: Change field Allow Zero Length
In access, go to your table design and change allowzerolenght to True.
-
Sep 2nd, 2006, 03:09 PM
#3
Thread Starter
Frenzied Member
Re: Change field Allow Zero Length
no no...through Code!!
-
Sep 2nd, 2006, 03:50 PM
#4
Thread Starter
Frenzied Member
Re: Change field Allow Zero Length
this is the way:
VB Code:
Set top = db.TableDefs(anos)
Set fld = top.Fields("citesPai")
fld.Properties("AllowZeroLength") = True
Thanks
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
|