Recent content by shaileshak

  1. S

    Why experts have no faith in MS Access?

    RichM Wrote: "The Access MDB should not be placed on a Web server but rather connected via ADO." How can I access a .mdb file with out placing it on a web server? The ASP code that I use to connect to my database hosted in a Web server is given below. Is that what you meant by ADO connection...
  2. S

    Why experts have no faith in MS Access?

    Thanks Rob. :) I clearly understand what you mean. I still hope a car would be cost effective for my project and I have to drive very carefully as I am about to enter a very busy and dangerous highway. Regards, shaileshak
  3. S

    Why experts have no faith in MS Access?

    Hi All, I have developed a database in MS Access (version 97) which is working perfectly fine. When it came to the 'acceptance panel' they were concerned about the security issues just because it is “MS Access”. I totally agree with it as that is what I heard others saying about MS Access. The...
  4. S

    Urgent: Reserved Error (-3004)

    Thank you very much Chris. That option would definitely work. In the mean time I tried to compact the database in version 2000 and it worked. Then it was converted back to version 97. I did this because I am about to give this database to its users and they might not be able to follow the ‘new...
  5. S

    Urgent: Reserved Error (-3004)

    Hi all, I can not compact my database to restart the auto-number in a table. It was working fine before. The error shown is "Reserved Error (-3004)". (I am able to run the repair database command.) Please please help. shaileshak ps. please let me know if you need more information
  6. S

    Run-time error '7878'

    Hi, I am really sorry to say that I added the line before the code to copy the address but it didn't work. I searched the net for Run-time error '7878' again I could not find any match :( please help. pleeeeeeeeeeeeeease..... Shailesh
  7. S

    Run-time error '7878'

    I really need some help with this problem please.. shaileshak
  8. S

    Run-time error '7878'

    Two copies of the same address: correspondence address and home address may the same in some cases. By copying the address the user can save time. (Communication is normally posted to the correspondence address but some times important documents are sent to the home address. Hence both address...
  9. S

    describe <table_name> (used in ORACLE. Is there some thing like this in ACCESS?)

    Hi Pat, thanks for your help. I found it more useful than I thought. shaileshak
  10. S

    Run-time error '7878'

    Hi all, I have two subforms in a tab control. address1 and address2. I want to copy address1 to address2 immediately after typing the address1 by clicking a button. Code for one field of address line -------------------------------------------------- If Not c_address_subform![c_addrs_1] = ""...
  11. S

    describe <table_name> (used in ORACLE. Is there some thing like this in ACCESS?)

    Many thanks for the fast reply. I hope this would help me. shaileshak
  12. S

    describe <table_name> (used in ORACLE. Is there some thing like this in ACCESS?)

    describe <table_name> (used in ORACLE. Is there some thing like this in ACCESS?) I just want to export/save the structure of a table to any text format so that I can use this for my documentation rather than typing it all once again. In ORACLE using DESCRIBE command we can get the structure of...
Back
Top Bottom