djmech,
I assume you are referring to the database tables.
In that case you can do this:
1. Open the table in "Design View"
2. Click on corresponding field
3. On the second half of the "Design View" Screen, you will find 2 tabs, one is "General" properties tab and the second tab "Lookup"
4. Click on "Lookup" tab, you will see "Display Control" -> "Combo Box"
5. Check "Row Source Type" and "Row Source" - You will be able to make the changes.
To auto populate a field with pre-determined data based on entries in another field.
You follow same steps outlined above then on "Row Source Type" you select "Table/Query"
For "Row Source" Property, click "..." button (towards right side end) Query Builder Window pops up
You select the table and then select the field from which you need to populate the data
Close Query Builder
Close Table
When you reopen the table, you will see the field populated with data you had defined in query builder.
Check and let me know if you need any further clarification.
Regards,
Lokesh M.