Search results

  1. F

    menu bar in access 2016

    In access 2016, How I can Hide the Ribbon and display instead at the top of the screen an existing menu bar? thanks ahead
  2. F

    open csv file with excel

    for opening a csv file i use StartDoc = ShellExecute(Application.hWndAccessApp, "Open", "c:\a.csv", "", "C:", SW_SHOWNORMAL) line what can i add to the above line for opening the file with excel application? thanks
  3. F

    export table to excel

    after the last microsoft update access 2003 fail to export to excel 2010 by DoCmd.TransferSpreadsheet is anybody has a solution? thanks
  4. F

    exporting xml file from pass through query

    i have xml data stored in sql server table. because sql server dose not support utf-8 encoding i want to export it to an xml file from access. i can retrive the xml data by using a pass through query. is there any code to can help me to export this data to an xml file? thanks
  5. F

    changing xml file from utf-16 to utf-8

    sql server can produce xml file as unicode utf-16 but i need it as utf-8 is ms access can create the transaction between the unicodes? thanks ahead
  6. F

    Copy file to memory

    is there is a code to copy a file into memory (for pasting it) by giving file name and path? thanks ahead
  7. F

    Convert xml to utf-8 encoding

    How can i convert an utf-16 xml file to utf-8 encoding with msaccess?
  8. F

    Access 2007 - Continuous form

    IN Access 2007 when a Continuous form is opened there is no records shown only after hitting the page down records are shown
  9. F

    upload files to a web site and download files

    i need a code to transfer files to and from a https web site the code has to provide the username & password for entring the site Thanks in advance sam
  10. F

    ie.Navigate

    Hay, 9 of 10 comuters in my office response fine to the code ie.Navigate in a single comuter it dosn't work at all. application run's on access2007 windows xp any idea what stuck's it? thanks
  11. F

    linked table or Passthrough query

    can someone help me to solve a dilemma i need to check by access timer changes in an sql table every second now my dilemma is to link the sql table constantly and lookup the table every second or run a Passthrough query every second witch method will be moe effective> thanks
  12. F

    copy a file to a web site

    how can i copy a file (by vba) to a folder placed in a web site, using username and password thanks
  13. F

    internet issue

    for operating an action in an internet site i use the code: Set ie = CreateObject("internetexplorer.application") ie.Visible = False ie.navigate "http://abcd.com/AsteriskClient.php?......" but the result is a security messege is there another way to it? thanks
  14. F

    odbc connection in windows 7

    with access 2007 on windows 7 Passthrough queries dose not connect to sql server. for waking up the connection i must first link manualy an sql table and then alll Passthrough queries are live. the odbc string i use is: "ODBC;DSN=Focus;APP=2007 Microsoft Office...
  15. F

    Question error: OLE Server Isn't Registered

    after reinstalling office 2003 with full options and after registering the Triedit.dll file still i get error: OLE Server Isn't Registered what else can be done? thanks
  16. F

    merge to pdf

    how can i merge text from access into pdf file? thanks
  17. F

    Continuous Form issue

    i have a client list in a Continuous Form and a small popup form containig client's details moveing from client to client in the Continuous Form Requers the popup form. till now is simple. but how can i move the popup form up and down so it will coordinate with the client row and top of...
  18. F

    export hebrew from access 2007 to excel 2007

    while useing TransferSpreadsheet command to export a table from access 2007 with hebrew column names to excel 2007 i get "????" in the excel sheet. what can be done? thanks
  19. F

    ole object problem

    i have a continues form as phone book one of the fields contains an ole object with bitmap images (mobile, fax, phone pictures) in most machines pictures are displayed but in some machines pictures not displayed. any idea what is missing in those machines? thanks
  20. F

    Run-time Error -2147217900 (80040e14)

    the folowing code is running well in tens machins. in one of particular machine i get a Run-time Error -2147217900 (80040e14) "one or more errors occurred during processing of command" refferences are ok sql query is ok compilation is ok so it must be related to some problem with the...
Back
Top Bottom