Recent content by teja

  1. T

    Question Making ACCDE file from ACCDB file

    No ... I did not get any result out of that method... we had SQL server as back end and we made the sql authorization method to hide our code.
  2. T

    Single Copy and Multiple paste operation:

    copy the value, close the excel sheet and then paste in the range of cells in the access table.
  3. T

    Question Close the Access DB present in network quickly.

    Hi all, I have Access as front end and SQL Server as back end. The Access application is placed on a common network drive for theusers to access it. The compact on close option is enabled when the access application is closed. I have a local copy of the access app. When I close the app, it...
  4. T

    Single Copy and Multiple paste operation:

    Hi all, I observed that when I copy a value, select a range of columns and try to copy in the entire range of cells, the value is pasted only in the beginning cell and rest all are empty. But i have a requirement when after selecting the range of cells in the table and press Ctl+V the user...
  5. T

    Display limited records in sub form:

    Can u explain the answer more
  6. T

    Display limited records in sub form:

    Hi all, I have form which displays all the records in a table. The table has 600 records. I want to display the records in multiple pages. Is there any setting with which i can display the records in multiple records or will i have to do it manually through code? Thanks in advance.
  7. T

    Mirating Queries using SSMA tool

    I faced some of the issues mentioned. I did not mean to offend. I just started working on the project so wanted to gather as much info as possible. Thanks for the information.
  8. T

    Mirating Queries using SSMA tool

    Hi all, I have an access DB which has some tables and queires. While migrating the DB to SQL server 2008, the tool SSMA is migrating the tables but not the queries. Does anyone of you have a prior experience with queries migration from Access to SQL Server 2008 using SSMA tool. Kindly...
  9. T

    Question Making ACCDE file from ACCDB file

    I will let u know once i have compiled
  10. T

    Question Making ACCDE file from ACCDB file

    Hi all, I have query regarding the "make accde" functionality in the Access 2007 database. My Db size is 100MB. I want to hide the VBA code from the users by converting my accdb file to accde file. But when I use the Database Tools-> Make ACCDE option, I am getting the following error...
  11. T

    import data from a XML file

    Due to tight deadlines, I am unable to continue this thread. "import XML file using XSLT transformation" is the new thread in which I raised the XSLT transformation issue.
  12. T

    Import XML file by applying XSLT transformation

    Hi all, I have to import a XML file in Access database as tables. When i import it directly I get 13 tables in Access database. I use the method Application.ImportXML (DataSource:=,ImportOptions:=) for importing. But to reduce the tables to 1 and take only the data which is needed I am using...
  13. T

    import data from a XML file

    i was suggested to use the transform functionality of Import wizard in Access and use a XSLT transformation to do the task.... Is this of any help.
  14. T

    import data from a XML file

    In the link you sent, the tables mentioned have a unique identifier PRBLM_ID. But i do not have any unique identifier. Hence is it possible to import the data as GEMMA-the-husky because in the net I ahev read that MSXML comes with MS Office 2007 but when i run the code is is throwing the error...
  15. T

    import data from a XML file

    which version of MSXML do i need to download for access 2007????
Back
Top Bottom