Microsoft
Software
Hardware
Network
Question : syntax error in FROM clause
Private Sub Calendar1_Click()
Text1.Text = Calendar1.Value
End Sub
Private Sub Calendar2_Click()
Text2.Text = Calendar2.Value
End Sub
Private Sub Command1_Click()
Adodc1.RecordSource = "SELECT qryVAT.InvoiceNo, qryVAT.SumOfAmount, qryVAT.exVAT, [exVAT]*0.12 AS VAT, qryVAT.DateDelivered From qryVAT WHERE [(((qryVAT.DateDelivered) Between #" & Text1.Text & "# And #" & Text2.Text & "#));"
Set DataGrid1.DataSource = Adodc1
Call Command2_Click
Set rptVAT.DataSource = Adodc1
With rptVAT
.Sections("section1").Cont
rols.Item(
"text1").D
ataField = "InvoiceNo"
.Sections("section1").Cont
rols.Item(
"text2").D
ataField = "SumofAmount"
.Sections("section1").Cont
rols.Item(
"text3").D
ataField = "exVAT"
.Sections("section1").Cont
rols.Item(
"text4").D
ataField = "VAT"
.Sections("section5").Cont
rols.Item(
"function1
").DataFie
ld = "SumofAmount"
.Sections("section5").Cont
rols.Item(
"function2
").DataFie
ld = "exVAT"
.Sections("section5").Cont
rols.Item(
"function3
").DataFie
ld = "VAT"
End With
rptVAT.Show
End Sub
Private Sub Command2_Click()
Adodc1.Refresh
End Sub
Private Sub Form_Load()
Adodc1.ConnectionString = "Provider=Microsoft.Jet.OL
EDB.4.0;Da
ta Source=D:\ROAInvent\databa
se\dbInven
t.mdb;Pers
ist Security Info=False"
Adodc1.CursorLocation = adUseClient
Text1.Text = Date
Text2.Text = Date
text4.AddItem "For Approval"
text4.AddItem "Issued"
adoDepartment.Recordset.Mo
veFirst
While Not adoDepartment.Recordset.EO
F
Text3.AddItem adoDepartment.Recordset.Fi
elds(0)
adoDepartment.Recordset.Mo
veNext
Wend
End Sub
here is the error
runtime error '-2147217900 (80040e14)
syntax error in FROM clause
Answer : syntax error in FROM clause
Your where clause has a [ in it. As far as I can see this should not be there.
regards
Marco
Random Solutions
Script compiles, but never seems to tun
drop sybase log device
Excel search macro to use a bar code look for result in worksheet, start over
Tim and Date To Numbers
add linq record
Exchange 2003 with two domains, no permission error when changing the send from to the second domain?!
Dropdown list populating code not working
Getting a div to expand to accommodate text created with PHP
Notification of New Questions on Expert Exchange
css For ajaxToolkit:MultiHandleSli
derExtende
r