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
Set up a Site-To-Site VPN between 2 CISCO ASA 5505
div height worls in everything else but IE? WHY?
phase difference of trig functions
Change Color Category to Appointment in VBA
ie8 img border transparent gif bug
Can I purge trash on exit?
Adding sound to bouncing ball with AS3
Default selected item for drop down list box
How to download an image from a website and save it in my project folder By Using .NET C#
SharePoint subsite export/import issue