Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some question in making report
Message
From
17/07/2002 00:23:53
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00679448
Message ID:
00679470
Views:
23
hi
thank you for your help
however may be I got something wrong
should the code be this below
select distinct staff.staff_id, staff.name, staff.chi_name, ;
key.key, key.category, key.d_to, key.d_return , ; key.transfer, s2.name ;
from key ;
JOIN staff ON staff.staff_id=key.staff_id ;
JOIN staff s2 ON staff.staff_id=key.transfer ;
where key.category = "ACCESS" ;
and key.key = thisform.text2.value ;
order by d_to ;
into cursor ppp

however no data it can post from this??
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform