Search results

  1. F

    Error in Append query

    I am battling with appending a table in the access database that contains some null values or '0'. Can anyone help me? Thank you
  2. F

    Saving in table

    I need help. Can someone assist me? i am battling to insert items from a list box into a table. Here is my code: stRecord = "INSERT INTO BatchedFilesTable(PensionNo,SurnameInitials,ChildID,Type,Date,ResCode,District,LocalOffice)" & "VALUES('" & ListOfFiles.Column(0) & "','" &...
Top Bottom