Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subjective lists
Message
 
 
To
12/05/2002 16:49:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00655524
Message ID:
00655542
Views:
21
>Please forgive me. I don't know many of the appropriate computer terms, I really need some help with a database I'm designing for school.
>
>I'm trying make a certain list(free table) appear when the user makes a certain selection.
> i.e., when the user chooses "North America" in the first list, the next list will only display the countries in North America.
>
>How do I do this?

You can either use parameterized views or select SQL, e.g.

CREATE VIEW myView as SELECT * from Countries where country = ?cCountry

Read this topic in the HELP for more details...
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform