| Article ID | : | 210314 |
| Last Review | : | June 24, 2004 |
| Revision | : | 1.0 |
![]() |
SUMMARY | |
![]() |
MORE INFORMATION | |
| 1. | Start Microsoft access and open the sample database Northwind.mdb. |
| 2. | Create a new module, and then type the following line in the Declarations section if it is not already there: |
| 3. | Type or paste the following procedure: |
| 4. | Click Immediate Window on the View menu or press CTRL+G to open the Immediate window. |
| 5. | To test this function, type the following line in the Immediate window, and then press ENTER:
? GetFieldDesc_ADO("Employees", "EmployeeID") Note that the description for the EmployeeID field is returned. |
| 1. | Start Microsoft access and open the sample database Northwind.mdb. |
| 2. | Create a new module, and then type the following line in the Declarations section if it is not already there: |
| 3. | Type or paste the following procedure: |
| 4. | Click Immediate Window on the View menu or press CTRL+G to open the Immediate window. |
| 5. | To test this function, type the following line in the Immediate window, and then press ENTER:
? GetFieldDesc_DAO("Employees", "EmployeeID") Note that the description for the EmployeeID field is returned. |





