Search results

  1. D

    Count in Report

    hi! help! in my report i have the columns/fields Level1, Level2, Level3, Level4, Level5. entries in these fields are just check boxes. i want to count the no. of check marks in each level and put it at the end of each column. how do i do this? i tried to use Count(Level1), etc... but it counts...
  2. D

    module for recordset?

    i have a command button "View Records". i need a module that will check if there are records to view or if there is no record yet by using lngDemoID (autonumber). if there is no records yet, a msg will appear "There are no records to view yet.", if there is at least one record, it will display...
  3. D

    need help on combo box

    to anyone who can help me, i have a subform named AsstAgency, which contains only one field named Assisting Agency, this is a combo box limited to list. this subform is set to Continuous form, so each record in the main form can have one or more Assisting Agency(ies). i want that if an agency...
  4. D

    combo box

    i have a combo box with fixed list of choices. this subform allows multiple entry in 1 record. my problem is, i want the chosen items be removed temporarily from the list in order not to have duplicate values in that record. how do i do this? thank you in advance. :)
  5. D

    record selector

    i want to put manually a record selector in my form (i don't want to use the one in the properties)...how do i do this? :o thanks in advance! :)
  6. D

    eliminate/do not allow blank records (i'm newbiew in access)

    my problem is about data entry in forms. i have a subtable, say tblLGUandPO : subtable SiteEstabID *gets the value from the main table dtmDateVisited *date each LGU or PO visited strLGUname *has a lookup strPOname *has a lookup that depends on the entry in strLGUname my problem...
  7. D

    reports! (i'm a newbie in access)

    i have the following table: tblOnSiteCoaching : table *this is the main table CoachingID *primary key ImpAgency *implementing agency TypeofTraining *type of training ActualCost tblAsstAgency : subtable *a subtable of the main table, allows...
Back
Top Bottom