News

I'm trying to implement full-text searching against a database with a large number of relevant columns (think searching through user profiles with a bunch of valid fields). For my initial stab at ...
In SQL Server I would just add a blah=' ' in the select statement, but I can't seem to get that to work under Access.