Message 1 of 5
Attribute constant
Not applicable
10-12-2006
01:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I used to add a block with attributes to microsoft acces database using vba. No problem here.
However, I editted a atrribute giving it a 'constant' value. So nobody could alter it.
Now the vba doesn't work. the value remains empty.
How do I solve this?
The part spoken about:
If Attributen(I).TagString = "TEKNR" Then
Tabel.Fields("T") = Attributen(I).TextString
teknr = Attributen(I).TextString
End If
Thanks.
I used to add a block with attributes to microsoft acces database using vba. No problem here.
However, I editted a atrribute giving it a 'constant' value. So nobody could alter it.
Now the vba doesn't work. the value remains empty.
How do I solve this?
The part spoken about:
If Attributen(I).TagString = "TEKNR" Then
Tabel.Fields("T") = Attributen(I).TextString
teknr = Attributen(I).TextString
End If
Thanks.