The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
SQL Experts - Access Question
Deebaseron my way to work in a suit and a tieAhhhh...come on fucking guyRegistered Userregular
Posts
Just get rid of the Convert part so it just reads
("%" & lol.int_column & "%")
Access (2003, not sure on 2007) doesn't do Convert. If the above doesn't work:
("%" & str(lol.int_column) & "%")
I've also edited this post way too many times.