J
Jasper Recto
Some body sent me the following code to create a table but I'm not sure what
each part means and where I'm supposed to enter this. Can somebody explain
to me what I'm supposed to do with code:
First create a table called tblBOM
db.Execute "CREATE TABLE tblBOM " _
" (idsBomID Long, strTopLevelPart Text(20), lngLevel Long,
strParentPartNum Text(20), " & _
"strParentRev Text (10), strMtlPartNum Text(20), strMtlRev
Text (10), dblQuantity Double, " & _
"dblParentQuantity Double, dblTotal Double)"
Thanks,
Jasper
each part means and where I'm supposed to enter this. Can somebody explain
to me what I'm supposed to do with code:
First create a table called tblBOM
db.Execute "CREATE TABLE tblBOM " _
" (idsBomID Long, strTopLevelPart Text(20), lngLevel Long,
strParentPartNum Text(20), " & _
"strParentRev Text (10), strMtlPartNum Text(20), strMtlRev
Text (10), dblQuantity Double, " & _
"dblParentQuantity Double, dblTotal Double)"
Thanks,
Jasper