Search results

  1. 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...
  2. 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
  3. 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] = ""...
  4. 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