QUOTE(dataferret @ 13 Dec, 2007 - 07:50 AM)

The simplest and most convenient way to transfer Access/Excel data into an online mysql format is to use a program called Navicat. It is not free unfortunately but it is invaluable and makes data transfer easy and quick. It also has useful facilites for querying and working on the remote database and individual tables. I think there is a 30 day free trial too: _navicat.com/
Thanks for the suggestion. I looked at that program but opted out since it is not free. I figured for this basic task I did not need it, but in future I may look into it as my DB projects become more complex.
Speaking of querying and working on remote DBs, I know how to create a MySQL DB from scratch, and run various queries with it, but the class I took never covered remote administration, enabling various users access to the DB or even specific problems like creating non-text based password fields with unique encryption algorithms to use with PHP (for example).
Right now I notice the end-user password field in my DB is in a VARCHAR (20) format but the web designer I'm working with needs it to be in a 32 bit binary password format. I did some research and found that his needs can be accomadated with the MD5 algorithm but I'm not quite sure how to implement it. Have you done this before?
Regards,
A.