Search results

  1. I

    Dear All

    Ok Here it Goes I am using third party accounting application. Now this application has a multiple features for data entry and lots of reports - each options has a unique TransactionCode either you type the transaction code in the command box provided in the application or you execute the .ini...
  2. I

    Dear All

    I have many different .ini which invokes one application at different levels of views and data entries options - How do i execute/invoke application using respective .ini files
  3. I

    Populate References

    Can any One in here guide me as how to populate all the available references on the System
  4. I

    Multiple Forms in Main Forms

    I have a Main Form with 10 Buttons on the Left side (Right side of the Form is Blank. On Click the Main Forms Closes and respective Forms opens based on the button I Clicked. Now over here I wish to Keep the MainForm OPEN and subsequently open the other Form on the Right Side in Blank area...
  5. I

    Calc payment,no of months

    =(a1+((a1*c1/12)*b1))/b1
  6. I

    Open .xla File

    How To Open .xla File? I Have One Myfile.xla File Which Opens As Normally It Has Some Functions And Macro Assigned To It - But I Want To See The Actual Codes - Is It Possible To Open This File - If Yes Then How Do I Open It Thanks
  7. I

    Using subtotal

    Dear Friends I know how to use Subtotals for the columns ie to say Vertically - but am really surprised when i tried all possible clues to format subtotal Horizontally thats Row wise. I have the Excel print for your reference Please have a look at it and let me know how to format or use the Sub...
  8. I

    Get File Info FROM Properties

    Since we are using VB Is it possible to develope this properties for office files like (.mdb .mde .xls .doc ) ? More over using windows explorer - when we move the mouse over the file it displays the file properties, some files displays the Name, File Version etc... How can we achieve these...
  9. I

    Get File Info FROM Properties

    Can anyone tell me a sample code on how to write/develope the Advance file properties like.... File version Description Internal Name Product name I have seen different types of files properties some has additional features while some has none - its just click once on any file and then click...
  10. I

    Application Not Responding

    Can anyone help me here........... I have develop a Inventory application and its now functionaling well - Basic concept off the Inventory module is to process approx more then 50,000 records (sales/purchase) date wise product wise with lots of other stock categorization etc etc when clicked...
  11. I

    compilation error

    Thanks It worked - just added the reference and it clicked sometime simple things are just missed out thanks
  12. I

    compilation error

    Dear All, I have run into a problem where i am not able to compile the MDB - error message read as - Compile error: User defined type not defined and halts at the following vb code Private Sub CheckBranch(myTreeBranch As Node) I have...
  13. I

    Protecting the Code

    Thanks buddy My db is not splitted ok over here - i had read about refreshing the links thru vb code - can i have a link or thread please And will the relinking or refreshing or reestablishing the table links in mde is possible thru vb code Thanks again for ur support
  14. I

    Protecting the Code

    Dear Friends I have develope an application and codes are password protected. – this password can be easily opened using VB password bypass programs available freely on the net – Can anyone in here can suggest the better way to compile/synchronize the codes. So that nobody can...
  15. I

    work with Calc.exe

    Thks for reply Request for the links/thread to ms access calc best of ur yours choice Additionally i would like to mentioned that its not only the calc - but also i am looking to place the specific other items as on the forms on SPECIFIC PLACE as - scanner view image, note pad, system...
  16. I

    work with Calc.exe

    Dear all, How do i insert or place the ms calc.exe in specific place on the form I know how to activate with command button, but how to specifically place that application say calc.exe on the fixed specific place on the form Thanks
  17. I

    Networking

    Can anyone plz tell me as how long (distance) would be appropriate between two computers connected via hub so that we could be able to use Access effectively or request for a link to web site for detail information Thanks
  18. I

    join two reports

    :) Well this is little bit tricky in here you got to create the unbound sub control and move the report titles to that control header & footer Whereas if you dont have data try the following codes in the reports Private Sub Report_NoData(Cancel As Integer) Cancel = -1 End Sub
  19. I

    Consolidate Data

    ofcourse the data is also updated at different terminal and to same record
  20. I

    Consolidate Data

    Request for the best Tips/Solutions for the following: I have five people using the Access 2003 on isolated separate stand alone Desktop system (they are not on network and cannot be configured on to network) I want there Data to be consolidated into one Access file every day/weekly as and...
Back
Top Bottom