I need to find a way to assign field names in to the answer table so I can determine which results are OFFICE.. and NOT OFFICE..
Thanks much . . . Rick
q=
Query
ANSWER: :MYDIR:OfficeMarketShare.db
Coastal.DB | Price | OfficeName |
| CALC SUM ALL, CALC COUNT ALL | OFFICE.. |
| CALC SUM ALL, CALC COUNT ALL | NOT OFFICE.. |
EndQuery
if not q.executeQbe()then
errorShow()
return
endif
Thanks much . . . Rick
q=
Query
ANSWER: :MYDIR:OfficeMarketShare.db
Coastal.DB | Price | OfficeName |
| CALC SUM ALL, CALC COUNT ALL | OFFICE.. |
| CALC SUM ALL, CALC COUNT ALL | NOT OFFICE.. |
EndQuery
if not q.executeQbe()then
errorShow()
return
endif