George,
Access is part of Windows Office, as is Excel, Word and PowerPoint. I think
you have to buy the Pro version to get Access. Access 97 creates .mdb
databases. Info is taken from the database by queries. If you have Access
97, you can open an Access 97 database and write queries which can select
and sort data as you choose, but this is more for program development and
troubleshooting than for daily use.
For daily use, you have a program that queries the database and displays the
results. If your program has limited reporting, sorting, etc. capabilities,
it is probably due to the program, not the database. One can modify the
program to do whatever is required, but this requires both programming
knowledge and the original 'source code' that the original programmer wrote.
This may not be available to you.
Programs communicate with databases using 'Data Access Components' selected
by the original programmer. Access 97 databases use an older version of
'Data Access'. The current version of MS Access is '03. It will open and
read '97 databases. It will convert a '97 .mdb database to '03 standards
but, if you do, you must also update the "Data Access Components' to a newer
version and rewrite your program to use '03 Data Access methods rather than
the '97 methods your program is now using.
This can be done by a programmer who knows databases and has the original
code. Or, a programmer could just write a new program to do whatever you
want, using your existing .mdb database. Otherwise, unless your program
offers you some alternatives, I think you are stuck.
Hope this helps,
Carl
"George" < XXXX@XXXXX.COM > wrote in message
> I am using a collection company software package whihch i
> just recently found out used the Microsoft Access 97 as
[...]
> extension "mbd"). And if so, would this program allow me
> to move around data and sort data etc like Excel does?