Hello all!
Can someone tell me why I would get "data type mismatch" error for this string and what I need to do to correct it.
Trying to use it as a row source for a combo box in Access 2010
strRowSource = "SELECT time FROM [silo changes] WHERE [date]= """ & Me!Combo2 & """"
Thanks!
Can someone tell me why I would get "data type mismatch" error for this string and what I need to do to correct it.
Trying to use it as a row source for a combo box in Access 2010
strRowSource = "SELECT time FROM [silo changes] WHERE [date]= """ & Me!Combo2 & """"
Thanks!