SURESH MENON
07-21-2003, 02:19 AM
hi,
I'm unable to sort out this mistake, when I'm using Trim command it is getting compile error " can't find project or library " , I 've used this Trim command so many time and it has work fine, but when I'm using this same Trim command in my new project then the problem start.
if I remove the Trim command it is working fine.
Private Sub getdata()
txtBook.Text = Trim(rsbook!book)
txtyopbal.Text = Trim(rsbook!yopbal)
txtCurbal.Text = Trim(rsbook!curbal)
End Sub
suresh
I'm unable to sort out this mistake, when I'm using Trim command it is getting compile error " can't find project or library " , I 've used this Trim command so many time and it has work fine, but when I'm using this same Trim command in my new project then the problem start.
if I remove the Trim command it is working fine.
Private Sub getdata()
txtBook.Text = Trim(rsbook!book)
txtyopbal.Text = Trim(rsbook!yopbal)
txtCurbal.Text = Trim(rsbook!curbal)
End Sub
suresh