Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I disallow duplicate entries in my table?
Message
From
21/05/2004 04:50:35
 
 
To
21/05/2004 04:37:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00905919
Message ID:
00905922
Views:
24
Hi Evelyn,
IF SEEK(myUniqueValue,myTableAlias,myTagName)
  REPLACE ...
ELSE
  APPEND BLANK
  REPLACE ...
ENDIF
>how can i not allow duplicate entries in my table? i have an add and save button in my form. add does an append blank, then save does the tableupdate. if record is already in my table, i don't want to do a tableupdate.
>
>pls help. TIA.
Previous
Reply
Map
View

Click here to load this message in the networking platform