I am in the line of finishing my access database but there is one issue where I could not solve and therefore I seek help from AccessForums.
I have tables like
table1:
homeID
name
table2:
problemID
problem
table3:
customerID
customerHome
customerProblem
and few other tables
now I have a form which ask questions like what kind of home and problem and the user can select from the drop down menu which is a lookup function of table1:home and table2:problem
everything is is TEXT. Even in table3, I made sure that the field type for customerHome and customerProblem is TEXT
But When I export them to excel, they show NUMBERS (that is the unique identifier) instead of TEXT.
I can't seemed to find the problem. I tried re-doing it but no luck... :S :(
any help?