Search results

  1. D

    MouseWheel Hook DLL Question

    I'm trying to implement the Mouse Wheel Hook application from http://www.lebans.com/mousewheelonoff.htm and I'm having some difficulty. I says to copy the .DLL into the folder of the database and then to add a code to a button thats in the form. This is what I have done.. I've copied the .DLL...
  2. D

    Calendar

    Using an activeX calendar. I have 2 questions. 1) Is it possible to have certain dates always highlighted in the calendar so the user can clearly see these dates. What I'm looking for specifically is to have each second thursday always highlighted with another color. 2) Using a seperate form...
  3. D

    Calendar Problem

    I am looking to place a calendar in a form. I am using access 2000. When I go to calendar control in ActiveX Control, the options are: Close, Regiser.., Unregister. When I click register it opens up a window where I can choose a control, when I choose the calendar control from C:\Program...
  4. D

    Bi-Weekly Dates

    I'm not really sure what to do on this one, I'd like to hear some suggestions on what everyone thinks.. I have a database where users enter information Bi-Weekly into a form. I have 2 date fields set up, one is called the RecordDate, it is the date at which the user has entered the actual data...
  5. D

    Opening form to view latest form

    Form: entryform Fields: RecordDate Department DepartmentNumber 7 text fields 6 memo What I am looking to do is be able to click on a combo box for departments so that once a department is selected, the latest record for that department is populated in the form, however, it is opened as a NEW...
  6. D

    Populating fields using forms

    am looking to populate fields of one form based on another table with about 100 records. Information Table Name: 1) StaticInfo 2) Data Form Name: EntryForm (Based on the Data table) I want to be able to select a value in a combo box in the EntryForm and have certain fields populated in that...
  7. D

    Populating fields

    I am looking to populate fields of one form based on another table with about 100 records. Information Table Name: 1) StaticInfo 2) Data Form Name: EntryForm (Based on the Data table) I want to be able to select a value in a combo box in the EntryForm and have certain...
  8. D

    Populating fields

    I am looking to populate fields of one form based on another table with about 100 records. Information Table Name: 1) StaticInfo 2) Data Form Name: EntryForm (Based on the Data table) I want to be able to select a value in a combo box in the EntryForm and have certain...
  9. D

    Tasty Question

    Form created with buttons that prompt a query that opens a report based on specific criteria. I am looking to create a specific query with the details listed below. Relevant Fields: Department ReportDate (recorded on the date when the report/record is entered) I am looking to have a query...
  10. D

    Deleting records from a form using combo box

    What code do I need to delete a record using a form and a combo box. I need to be able to link the selection in the combo box to a button that, when pressed, will delete the selected record. Information: Account Executive Combo Box - select an account executive based on a table (that contains...
  11. D

    Populating fields based on another table.

    The tables are as follows: This table has about 100 records that will remain virutally the same forever, however there may be slight changes to some records. 1) Table Name: DepartmenInfo Department DepartmentNumber (Unique Identifier, one department number for each department [100...
  12. D

    Populating fields in a form based on another table.

    The tables are as follows: This table has about 100 records that will remain virutally the same forever, however there may be slight changes to some records. 1) Table Name: DepartmenInfo Department DepartmentNumber (Unique Identifier, one department number for each department [100...
Back
Top Bottom