could somone help me to find the problem
everytime I use the left, right or mid function
I get an error: 'Can't find project or library'
does anyone know what the problem could be?
here's the code I use
jj = Mid(dat, 7, 4)
mm = Mid(dat, 4, 2)
dd = Mid(dat, 1, 2)
datum2 = dat(jj & mm & dd)
it stops at the first Mid-function
everytime I use the left, right or mid function
I get an error: 'Can't find project or library'
does anyone know what the problem could be?
here's the code I use
jj = Mid(dat, 7, 4)
mm = Mid(dat, 4, 2)
dd = Mid(dat, 1, 2)
datum2 = dat(jj & mm & dd)
it stops at the first Mid-function