maximus
09-11-2005, 09:09 PM
There may be an easier way of doing what I am about to explain but access is what I ahve to work with (I actually own VB.Net as well but I do not know much about it).
From FOF2K4, I will be "printing" or using a great utility created by Chris Willoughbt called TCY/FOF Export Utility (0.1.3). What I plan on doing is creating player cards for each player in my FOF2K4 universe. Obvioulsy this will be done outside the game. I then plan to have them output (from access) to HTML format - maybe.
I know how to get the data in the database - thats easy. I also know how to build a datatbase, which is actaully really easy considering there is a wizard one can follow. What I don't know how to do is adding player images for each player card. When cycling through each card I want the player image to correspond with his respective card. Is there an easy way I can do this?
Here is what I have so far;
I know that the folder which will contain the images must be near the DB. There also must be a field in the table (lets say a QB league leaders table) that must have a name associated with it such as - img1.jpg. However, isn;t there a code that must be written as well somewhere in the DB.
Unless there is an easier way of doing this I would love to see it. I appreciate any and all help. Thanks.
From FOF2K4, I will be "printing" or using a great utility created by Chris Willoughbt called TCY/FOF Export Utility (0.1.3). What I plan on doing is creating player cards for each player in my FOF2K4 universe. Obvioulsy this will be done outside the game. I then plan to have them output (from access) to HTML format - maybe.
I know how to get the data in the database - thats easy. I also know how to build a datatbase, which is actaully really easy considering there is a wizard one can follow. What I don't know how to do is adding player images for each player card. When cycling through each card I want the player image to correspond with his respective card. Is there an easy way I can do this?
Here is what I have so far;
I know that the folder which will contain the images must be near the DB. There also must be a field in the table (lets say a QB league leaders table) that must have a name associated with it such as - img1.jpg. However, isn;t there a code that must be written as well somewhere in the DB.
Unless there is an easier way of doing this I would love to see it. I appreciate any and all help. Thanks.