Search results

  1. S

    Single user, designing module, err: database has been placed in a state by user 'Admi

    Hi, I have an MS Access 2010 database with a module called bas This module reads the fields on a Microsoft Word document and then the data is loaded to a linked SQL Server 2008 R2 table. I am currently desigining this module so I am the only user using this database. I open the MS Access...
  2. S

    vba rs.update causing odbc error 3146

    Hi, I am getting an error 3146 odbc on rs.update. I have a form (form1) based on table motion_imagery. In form1, using VBA I'm trying to load two fields from form1 into table 2, File_Books. Set db = CurrentDb() Set rs = db.OpenRecordset("dbo_Filestream_Files", dbOpenDynaset...
  3. S

    Convert unixDateTimeStamp to normal

    Hi, I am trying to convert a UNIX Timestamp to a normal date. I am using Microsoft Access 2003 on an XP Operating system. I am getting a runtime error #6. Can someone please tell me how to fix this? Here is my code: UNIXDateTimeStamp = 1306347240612 Public Function sDate(UNIXDateTimeStamp As...
Back
Top Bottom