[AccessD] Build tables programatically

Stuart McLachlan stuart at lexacorp.com.pg
Wed Feb 11 16:35:21 CST 2009


There had to be at least one
or should that be 
"There can  be only one!"

arrFields = split(arrData(lngLoop)
should be
arrFields = split(arrData(lngLoop),"|")


On 12 Feb 2009 at 8:14, Stuart McLachlan wrote:

> Here's something off the top of my head to build an Agency table and populate it from string 
> of values (pipe and comma delimited).  Not tested, so may require debugging.
> 
>    arrFields = split(arrData(lngLoop)




More information about the AccessD mailing list