Combo Box Issues

K

Kojones

I changed the data type in all my tables for the related fields to text from
number. I then made sure everything worked, which it did not. My combo
boxes can no longer do a "lookup" function to display the related data in the
forms. An error comes up mentioning something about data type. How can I
fix this to work with text data types? The debugger takes me to a line in VB
coding, but I don't work much with VB and do not see anything in that line
that makes it require number data type.

PLEASE HELP, thanks!
 
K

Ken Snell [MVP]

Post the code that you're using.... we have no idea what the code steps are,
let alone what the error would be as a result.
 
Top