Search results

  1. S

    syntax error in INSERT INTO

    I am getting the errorr syntax errorr in INSERT INTO statement when running this through access vb but when I run the same query (got from debug.print cQuery) in access query section it appends the records in table. Can anybody help me out on this problem. Private Sub CmdRpt_Enter()...
  2. S

    query runs in access query section not through code

    i get syntax error in following code but runs perfectly ok in access query section can anybody help me Private Sub CmdRpt_Enter() daoConn1 = "Provider=Microsoft.Access.OLEDB.10.0;Persist Security Info=False;Data Source=I:\Deepak nwsppr with duplicate bill\newspapers.mdb;Data...
Back
Top Bottom