Search results

  1. S

    Debug Error

    Hi, I am working on MS Access 2003, the problem I face is that whenever I want to view the code and open the VB Editor, Access give me Debug Error. The message box pops up with a Microsoft Visual C++ Debug Library (it also gives the path of the MSACCESS.EXE file located in my system). When I...
  2. S

    Debug Error

    Hi, I am working on MS Access 2003, the problem I face is that whenever I want to view the code and open the VB Editor, Access give me Debug Error. The message box pops up with a Microsoft Visual C++ Debug Library (it also gives the path of the MSACCESS.EXE file located in my system). When I...
  3. S

    Display last entered record

    Hi, I have a table "Scores" in which I have the fields "Date" and "Location". I have a form "frmscores" which is used to enter today's scores. The fields on this form are as follows: 1. combo box "cmb_location" for selecting the location, 2. text feild "txt_score" for entering the score and 3...
  4. S

    Time Picker

    Hi, Do we have an exclusive Time Picker only, I am using the Calendar control for selecting date, Is there any similar control which will help the user to select a particular time instead of manually entering it?
  5. S

    Parameter Query Help

    Hi, I am trying to retreive values from a Query "abdulQuery" where the Location is the one which the user selects from the combo box "cmb_location" and date is the user selection from Calendar control "calrecon". The datatype for the field Location is text and for the field Entry_date is Date...
  6. S

    Preventing duplicate values

    Hi, I have a table "Sales", where I have the fields "date", "location" and "points". The field "date" internally tracks the date of entry using the function date(). The other two fields have to be entered by the user. I need help whereby on a particular date; for a particular location the points...
  7. S

    Displaying fields with value only

    How can I hide empty fields in a report? The table "Batch" which I'm using has the fields "City", "State" and "Province". Now when I pull a report I want the fields which have a value entered in them only to be displayed. That is; if for a particular record; the field "City" and "State" have...
  8. S

    Generating Monthly Report in MS ACCESS

    Hi, I am creating a database in MS ACCESS for data-entry of records, where the system should track the date of record entry. I am using the function date() to track the user entry date, which automatically saves the system date in short date format (12/24/2003) as soon as the user saves the...
Top Bottom