LinuxKommy
Technical User
This may sound way simplistic, but this SQL statement won't work
SELECT *,CInt(Mid(Product,4,5)) AS Cap FROM LA WHERE Cap=30;
I have absolutely no idea what is wrong...can anyone help me?
thanks,
Douglas
SELECT *,CInt(Mid(Product,4,5)) AS Cap FROM LA WHERE Cap=30;
I have absolutely no idea what is wrong...can anyone help me?
thanks,
Douglas