Hi guys. I' am getting a problem concerning date.

VB Code:
  1. dateborrowed = pbRst!borrowdate 'where dateborrowed is STRING and 'borrowdate is of type medium date in the mdb
  2.                
  3. expecteddate = dateborrowed + rst!VCDayslimit   'Where expecteddate is 'STRING VCDayslimit is of type number in the mdb
When executed i get a type mismatch error

How can i fix this please
btw iam on vb6,database:ACCESS and connection adodb

thank u