M
Mark Kubicki
I'v blind this morning to an error in the syntax of my code.. if somone
would please take a look over my shoulder and redline the error...
many thanks in advance,
-mark
Type = text
PrintCatalogSheet = Yes/No
BaseCatalogSheet = Yes/No
CatalogSheetLink= Hyperlink
PrintOrder = Number
IsDetailSheet = Yes/No
Dim sSQL As String
sSQL = "INSERT INTO tbeAdditionalPages (Type, PrintCatalogSheet,
BaseCatalogSheet, CatalogSheetLink, PrintOrder, IsMountingDetail) " & _
"VALUES (" _
& " ' " & Forms![frmSpec].[Type] & "', " _
& true, _
& false, _
& "#'" & CatalogSheetLink & "',"_
& " vPrintOrder, " _
& false _
& ");"
CurrentDb().Execute sSQL, dbFailOnError
Forms![frmSpec].chldFixtureCuts.Requery
would please take a look over my shoulder and redline the error...
many thanks in advance,
-mark
Type = text
PrintCatalogSheet = Yes/No
BaseCatalogSheet = Yes/No
CatalogSheetLink= Hyperlink
PrintOrder = Number
IsDetailSheet = Yes/No
Dim sSQL As String
sSQL = "INSERT INTO tbeAdditionalPages (Type, PrintCatalogSheet,
BaseCatalogSheet, CatalogSheetLink, PrintOrder, IsMountingDetail) " & _
"VALUES (" _
& " ' " & Forms![frmSpec].[Type] & "', " _
& true, _
& false, _
& "#'" & CatalogSheetLink & "',"_
& " vPrintOrder, " _
& false _
& ");"
CurrentDb().Execute sSQL, dbFailOnError
Forms![frmSpec].chldFixtureCuts.Requery