Hi,
One of my tables has following field:
myID = new VText("myID", 128, "ASCII", kV_Unique)
but I can create as many duplicate I wish. Can the 'Unique' property be
applied to VText?
or do I need to use myID = new VText("myID", 128, "ASCII", kV_Indexed +
kV_Unique)?
I just don't remember the latter... :)
~/Stan