Search results

  1. E

    message box

    What VB code shall I create if I want the Intranet online form created in MS Access to prompt me with a message box everytime there is a NEW request?
  2. E

    Online HelpDesk System

    What VB code shall I create if I want the Intranet online form created in MS Access to prompt me with a message box everytime there is a NEW request?
  3. E

    showing all fields in combo box in a report

    help! i'd like all fields in my combo box to appear in my report. i've created a query from the table where my combo box is. i'd like all data about the general agent to appear i.e. GA number, GA last name, GA first name but what only appears is the GA last name. this would create a big...
  4. E

    URGENT HELP PLS: running sum/<=100%

    hi! i have defined nine fields which may or may not be filled out (e.g. only five fields could be filled out, the rest of the fields will just be blank). i've created a new field on my query to add the nine fields. however, it's only working when all nine fields have been filled out...
  5. E

    sum formula

    May I ask for help from anyone who knows the correct way to add two sums e.g. sum of policy yearly contribution and sum of trust yearly contribution in the report? I've tried this formula: =Sum([Policy Yearly Contribution])+([Trust Yearly Contribution]) It's not giving me the correct answer...
  6. E

    count total no, of records

    i'm creating a system wherein i would like to count the number of clients each agent has. i'd like the query to count the primary key to determine this. how do i go about it? help!
  7. E

    birthday celebrants for the month

    how do i define in my query the birthday celebrants for the existing month so that when someone prints the birthday celebrants report, all celebrants for the existing month only will be shown? help! thanks!
Back
Top Bottom