You don't need the single quotes, but because of the / in the field name, you might need brackets. Try this first:Single quotes are needed around string data elements, not field or table names.VB Code:
sSQL = "SELECT Callsign/Station FROM tbl_master
If that still gives you heartburn, but brackets around Callsign/Station (i.e., [Callsign/Station] )




Reply With Quote