carolinera
Registered User.
- Local time
- Today, 09:21
- Joined
- Oct 15, 2001
- Messages
- 20
I have a membership form that has all the usual contact information. As we have a lot of members who are from other countries, next to the area code I have a field called "Country Code". I also have a table called "tbl CountryCodes" which lists all the countries that most of our membership use along with the country codes i.e.: England = 44. I have the following dlookup code but in the field I only get the first number on the list for all the members or I get #Error - =dlookup "[Country Code]","tbl CountryCodes","[Country] = & Country"
Why does this happen?
Why does this happen?