Thanks for all the help to those who have answered my question! Please excuse the fact that I've been asking questions and not really answering any, but currently I'm more a beginner when it comes to the advanced stuff in access, such as creating vb modules and sql statements to do more than the basic functions. I'm actually looking at getting a vb (or vba) book and an sql book to get a grasp of the fundamentals - anyone have any good suggestions? I'm also not planning to just post questions and never contribute; it just might be a little bit before I have enough knowledge to contribute 
Anyway, I did have another question: I have three fields in a table that specify the currency code for an account. The three fields are 1)Client code (called MFC_Code), 2)ISO code (called ISO_Code), and 3)CIBC code (called CIBC_Code). The table in question is used to link up CIBC bank accounts with the accounting program's ledger numbers, which are unique to not only each bank account, but each currency that the account operates in.
I've created a form to facilitate easier entering of new records in the table. I have also created a second table for the currencies used, which specifies the currency name, and the three types of codes used (thus, there are 4 fields in the second table). The form for the first table is set so that the three fields in question (MFC, ISO, and CIBC) are combo boxes and pull their values from the second table. This way, there is only one choice for each currency.
I want to set up the three fields so that when the user enters data on the form in one of those three fields, the other two fields auto-populate with the corresponding data based on the second table. For example, the second table has an entry: Canadian Dollar, C, CAD, CAD (Currency_Name, MFC_Code, ISO_Code, CIBC_Code). I want to be able to, when entering a new record on the form, only type in C in the MFC_Code field, and have the ISO and CIBC fields auto-populate with the CAD value, which they can pull from the second table.
This probably will require vb code, but again, I'm very much a noob with vb code in ms access. Any help is greatly appreciated. Thanks.

Anyway, I did have another question: I have three fields in a table that specify the currency code for an account. The three fields are 1)Client code (called MFC_Code), 2)ISO code (called ISO_Code), and 3)CIBC code (called CIBC_Code). The table in question is used to link up CIBC bank accounts with the accounting program's ledger numbers, which are unique to not only each bank account, but each currency that the account operates in.
I've created a form to facilitate easier entering of new records in the table. I have also created a second table for the currencies used, which specifies the currency name, and the three types of codes used (thus, there are 4 fields in the second table). The form for the first table is set so that the three fields in question (MFC, ISO, and CIBC) are combo boxes and pull their values from the second table. This way, there is only one choice for each currency.
I want to set up the three fields so that when the user enters data on the form in one of those three fields, the other two fields auto-populate with the corresponding data based on the second table. For example, the second table has an entry: Canadian Dollar, C, CAD, CAD (Currency_Name, MFC_Code, ISO_Code, CIBC_Code). I want to be able to, when entering a new record on the form, only type in C in the MFC_Code field, and have the ISO and CIBC fields auto-populate with the CAD value, which they can pull from the second table.
This probably will require vb code, but again, I'm very much a noob with vb code in ms access. Any help is greatly appreciated. Thanks.