the query name : sub-desc2 - i've tried with and without brackets []
the field is: 8el
#include <access.au3>
$adSource = "data.accdb"
$oADO = _dbOpen($adSource)
$sQuery="select * from sub-desc2"
$result= $oADO.Execute($sQuery)
MsgBox(0,"",$result.Fields( "8el" ).Value )
$result= $oADO.Execute($sQuery)^error
Edited by tn04462, 28 April 2012 - 04:53 PM.




