In response to Greg's question from the 16th:
"Do I have to register Client Access to get this to work?"
If you're asking if you have to purchase IBM's Client Access product in order to connect to the AS/400 via ODBC, the answer is no. There are other products from companies such as NetManage which provide an ODBC driver for DB2 on the AS/400 (I believe). I'm pretty sure that none of them are cheap.
Check with your Information Systems department to see if they can give you Client Access Express.
If you have Client Access loaded on your system then you still do have to create a data source in the ODBC Administrator before you will be able to get at the tables on your AS/400. The process of creating a data source basically amounts to telling it that you want to add a new data source using the Client Access ODBC driver.
On the dialog box that opens up there are several tabs you can choose - you need to provide information on 3 of these tabs (General, Server, and Translation).
-On the General tab you will need to assign a name for your data source (your choice). Also on this tab you will need to identify the name of your AS/400 system.
-On the Server tab you will need to provide the name of the library (or libraries) where the tables you want access are located.
-On the Translation tab I suggest that you select the option to translate CCSID 65535. This might save you some grief in the future.
Once the data source is created you will want to link your AS/400 tables within your Access database so that you can query them using the familiar tools within Access.
Hope this helps,
Ted