Randomblink
The Irreverent Reverend
- Local time
- Today, 01:27
- Joined
- Jul 23, 2001
- Messages
- 279
Question...
I am working on a data-app for a game I play.
Alot of the Files use UINT32 formatting for structures of data.
What I would like is to create a Form in Access that will open up a file, parse through, drop data from the file into Fields in Various Tables, and then I can work with the data on a user-friendly level... However, I am unsure of what code I need to:
a) Import the Data from the Files
b) Convert the UINT32/UINT16 data to ANSI characters or at least readable characters.
ANY HELP would be appreciated...
Oh, and the Game Company gives out File Formats on their files, so I can parse correctly once I understand how to convert?
I am working on a data-app for a game I play.
Alot of the Files use UINT32 formatting for structures of data.
What I would like is to create a Form in Access that will open up a file, parse through, drop data from the file into Fields in Various Tables, and then I can work with the data on a user-friendly level... However, I am unsure of what code I need to:
a) Import the Data from the Files
b) Convert the UINT32/UINT16 data to ANSI characters or at least readable characters.
ANY HELP would be appreciated...
Oh, and the Game Company gives out File Formats on their files, so I can parse correctly once I understand how to convert?