Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unique Index
Message
From
05/07/1999 10:41:18
 
 
To
05/07/1999 10:24:25
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00237479
Message ID:
00237485
Views:
10
>How can I index on multiple feilds of a table?
>
>Feilds A and B in table Mytable, I want combination of A&B unique. Like A B
> 1 1
> 1 2
> 1 3
> 2 1
> 2 2
>If I index them individually it doesn't allow me to add more than one combination.
>
>
>Thanks in advance
>Gnana.

if A and B are integer fiuelds You can use smething like:

padl(5, 10, '0')

dependig on how big your integer number will be increased.

Regards
Oscar
Previous
Reply
Map
View

Click here to load this message in the networking platform