Editing players.dbf on MS Access 2002

Talk about NBA Live 06 here.

Editing players.dbf on MS Access 2002

Postby Heavenly on Sun Oct 30, 2005 11:36 pm

I know my way around with Access but theres something i dont know.


How can i edit a line for all records??? for example, reduce offensive rebounds for all players by 25%.
User avatar
Heavenly
 
Posts: 48
Joined: Wed Dec 17, 2003 3:16 am

Huh?

Postby shadowgrin on Mon Oct 31, 2005 10:27 am

Make a formula like in Excel?
HE'S USING HYPNOSIS!
JaoSming2KTV wrote:its fun on a bun
shadowgrin
Doesn't negotiate with terrorists. NLSC's Jefferson Davis. The Questioneer
 
Posts: 23229
Joined: Thu Dec 12, 2002 6:21 am
Location: In your mind

Postby A.G. on Tue Nov 01, 2005 3:50 am

Create a querry, then choose an update querry. After that you can edit every column like adding or substracting 10 %. Just find the correct syntax in help.

Hope that helps.
User avatar
A.G.
 
Posts: 42
Joined: Sat Apr 23, 2005 4:18 am
Location: Lithuania

Postby ngkwokfai on Tue Nov 01, 2005 2:05 pm

Hi, first post here. You can open players.dbf with access, go to queries, create new query in design view, close the window. switch to sql view (click on the SQL button on the toolbar), enter the follow and hit run (! icon)

UPDATE Players SET OREABILITY = OREABILITY/2

This will reduce all the ratings by half.

If you want to subtract by an amount instead of using percentage, use:

UPDATE Players SET OREABILITY = OREABILITY-30
UPDATE Players SET OREABILITY = 1 WHERE OREABILITY < 1

The second line is used to make all the negatives into 1.
Bryan
ngkwokfai
 
Posts: 1
Joined: Tue Nov 01, 2005 2:00 pm


Return to NBA Live 06

Who is online

Users browsing this forum: No registered users and 8 guests