citti34 wrote:I'm having a problem when trying to follow the instructions in using the database. The database 'lahman_52' is read only, it states: You won't be able to save changes made to data or object definitions in this database.
Right click on the file icon for lahman_52.mdb and click 'Properties'. Near the bottom of the properties form will be a checked check box labeled 'Read-only'. Uncheck that, click OK. Now you should be good to go.
Amazinz wrote:[Right click on the file icon for lahman_52.mdb and click 'Properties'. Near the bottom of the properties form will be a checked check box labeled 'Read-only'. Uncheck that, click OK. Now you should be good to go.
Yeah, I tried that earlier, it was unchecked. I read the Lahman file, and it says this doc is a read only, I just don't understand how other people have altered it.
Pedantic wrote:Sorry, about the length. Hopefully it helped some, anyway. But, for the faint of heart, fear not! I have weighted statistics right here, straight from Lahman's 5.2 DB. On a side note, just discovered the Lahman DB. Amazing stuff. Now I know why Tavish looks like such a genuis. Right-click and save target as for batters and pitchers. Both are comma-delimited text files with character strings enclosed with the double quote character and lines terminated by carriage return and new line.
In a MS Access DB, go to File > Get External Data > Import. Switch the file type to .txt and import the two text files (make sure to get the categories right, or you could have some really messed up tables ) and voila, you have two tables with three-year weighted statistics! Cheers!
Oh, and on last note, the playerid column should be the primary key. Enjoy!
Pedantic wrote:In a MS Access DB, go to File > Get External Data > Import. Switch the file type to .txt and import the two text files (make sure to get the categories right, or you could have some really messed up tables ) and voila, you have two tables with three-year weighted statistics! Cheers!
Oh, and on last note, the playerid column should be the primary key. Enjoy!
How do I input the text files inteo access?
Did you try it the way Pedantic showed? I bolded what he wrote. That's the correct way and should work.