Guest_imported
New member
- Jan 1, 1970
- 0
I need to filter a table, I've got the following fields:
SURNAME AGE LANGUAGE Score
BOTHA 18 Afrikaans 90
BOTHA 17 Afrikaans 82
BOTHA 21 English 63
I need to be able to see(just) the combination say of all the surnames BOTHA and with language afrikaans.
In general I can't seem to get the filtering to work.
Then how so I use autocal, say to display the total of a column of data. Which command do I use? Edit1:=Table1.???????;
And then, I use a dbase database, the indexes seems to corrupt themselves. It's not my programming that causes it, cause I use simple grids and delphi controls.
How do I rebuild an index in delphi, I do it now by using the database desktop - to repack, or recreate.
Any help would be great! Thanx for the help with the decimals. I got it right!!!!
Hennie