Recent content by wisdom

  1. W

    Undefined function 'Format Number'

    Yes, it's a VBA Editor \ Tools \ References. But what VBA Source code did you mean ? I only looked through the list of references and didn't execute any code. I'm novice in Access and can misunderstand something.
  2. W

    Undefined function 'Format Number'

    I have no VBA source code. Error's appearing while trying to open ADOQuery from Client app. When query executed directly from Access SQL query editor, transaction finished successfully.
  3. W

    Undefined function 'Format Number'

    Hi, all. I looked for missing references after I had received this message. List of available references had 4 selected items: 1) Visual Basic for Applications; 2) Microsoft Access 15.0 Object Library; 3) Microsoft Office 15.0 access database engine library 4) OLE Automation; I tried to check...
  4. W

    Access 2013 && Delphi 2007

    CJ London, you're right, thanks for explanation.
  5. W

    Access 2013 && Delphi 2007

    So I had to use virtual machine with Office x32 and Windows x32. And all have been good so far. But now, another issue's appearing. Why does this query raise Syntax error: select * from [my_table] where [DateBirth] >= #01.01.1980# The "DateBirth" field has date/time type. Format of date/time...
  6. W

    Access 2013 && Delphi 2007

    Hi, everyone. I'm trying to force Access 2013 x64 to interoperate with Delphi 2007 (32-bit application) . I'm using ADOConnection with .udl file. Connection string is: [oledb] ; Everything after this line is an OLE DB initstring Provider=Microsoft.ACE.OLEDB.15.0;Data...
Back
Top Bottom