ldb extension in access

G

Guest

I have a program that is access based. The data is in the file with the mdb
extension, but I don't have the password. It's FTWO, a motorcycle maintenance
program I am using. When I make a report, it prints out in the order items
were entered, not in chronologic order. I want to go in access table to sort
and save so it always is in chron order, but I think this ldb extension on
another part of it prevents that, or either the company put a password on it
and I cannot go into my own tables.

Any ideas anyone? Thanks for the help,
 
V

Van T. Dinh

You need to set the required ordering / sorting in the design of the Report,
not in the Table.
 
G

Guest

Thanks, I couldn't think of the right way to say it, but yes, you're right,
that's actually what is needed to be done. The problem is I can't get into it
because the company who made the program has a password on it (the mdb file),
which I don't know. I thought somehow that might be assosciated with that ldb
file. I never heard of an ldb extension before, am not familiar with it.

Is there any connection with the ldb file and need for password to get into
the mdb file?

Chench53
 
J

Joseph Meehan

Chench53 said:
Thanks, I couldn't think of the right way to say it, but yes, you're
right, that's actually what is needed to be done. The problem is I
can't get into it because the company who made the program has a
password on it (the mdb file), which I don't know. I thought somehow
that might be assosciated with that ldb file. I never heard of an ldb
extension before, am not familiar with it.

The LDB is the LockingDataBase file and it is used to keep track of who
has the file open and what they have changed.

There are two different kinds of security Access can use, but in either
case you need to go to the company who made the program to resolve your
problem.

Note, you may be able to make a new database and link to the table in
the old one and then make your own new report with the features you want.
BTW while it may currently show the order as the order in which it was
entered, don't count on that.
 
V

Van T. Dinh

My feeling is that the original developer set the Startup options.

Have to tried to open the MDB file with the Shift key depressed to bypass
the Startup options? (this may or may not work depends on how the original
developer set it up.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top