Search results

  1. D

    Print a shared PDF file

    Hi All, I'm a beginner in Access Programming, but I like to know if is possible to print from a form a specific shared PDF file located on the network. In other words I have a form where I want to add a button which will send to the printer a specific PDF file located to a specific path on the...
  2. D

    Question Structure/Inventory Tool

    Hi All, I need a tool which can extract from an access database the entire configuration / structure and finally display all forms, reports created on which table or query. Sure could be even better if can display to all the objects (buttons, fields…) Example: Forms F1 contains fields F11...
  3. D

    Wscript.exe - Application Error on XP

    Hello, I have more network computers with Windows XP SP3 On 4 computers I have the same problem when restart. Even before log in, a popup message appear: Wscript.exe - Application Error The application failed to initialize properly (0xc0000142.) Pressing on OK nothing happen and is...
  4. D

    Data Category Counter

    Hi All, I have a table with 2 fields ID and Data (please see attachment T1) In a form based on this table I like to add a new field named counter. I need a code to build this counter which practically will count how many data I have with the same value starting all the time from 1 In this...
  5. D

    Error when update Office 2000 to SR-1

    Hi, I tried to update Office 2000 to SR-1 and I get the message "Microsoft Office 2000 SR-1 Update did not complete successfully" See the log file: Office 2000 SR-1 Setup(0003): ---------------------------------------------------------------------------- Starting execution. Command line: /c...
  6. D

    DSum and Filter Problems

    Hi, I have a query created on the table named test. In this query I have three fields: [Part No], [DateDueNo: DDN], [REQ] DateDueNo and DDN are numerical fields and represent the Date Due REQ is the Qty required by the Customer. I added another field named Q where I like to have the total of...
  7. D

    Link to a specific Subfolder Name located in a specific Folder Name

    Hi All I’m not a specialist to right a code in VBA. Please help me! I have a form with two fields A and B. I created a button to open a specific Subfolder S (Sx until Sy) located in a specific Folder F (Fx until Fy). Example: If the field A = F5 and the field B = S10, pressing on the button I...
Back
Top Bottom