Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String Contained in Field Name
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00575887
Message ID:
00575897
Views:
15
>I am trying to come up with a quick, effecient way of issuing a BROWSE... from the command window where I brow fields containing "xx" in their fieldname. For example, I want to browse all the fields in a table that have a "PD" in their fieldname. So I would browse MedPD, SurgPD but not browse FeeKey.
>
>Any suggestions?

Select * ;
from MyTable ;
where MyField like "%PD%"


Tom
Previous
Reply
Map
View

Click here to load this message in the networking platform