Search results

  1. D

    MouseWheel Hook DLL Question

    Thanks for the response.. I've just put the module into the database and it still isn't working. So now I have the .DLL in the folder, have place the code with the button, and have added the module (by way of copy and paste).. is there still something wrong?
  2. 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...
  3. D

    Compair Function?

    hmm let me think
  4. D

    Calendar

    Awesome link, thanks for the post.. I'm going to try to implement one on the site. Can either of the things that I've posted be done with an activeX though?
  5. 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...
  6. D

    Calendar Problem

    I just began looking into making a calendar, all examples I've seen so far were based around using an active X control, I just assumed this is what most people used. If you could show me how to implement a non activeX calendar it would be amazing. What I'm looking to do with the calendar is to...
  7. 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...
  8. 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...
  9. D

    Opening form to view latest form

    Alex, I've found a solution. Thanks for your help. Incase anyone has a similar problem I'll list what I did as a solution. I created a form by itself with a combo box listing the departments based on a departments table. Once a department is selected, I had a macro on the combo box which used a...
  10. D

    Opening form to view latest form

    What about this solution, which may just be an interpretation of the last solution you provided.. Have one form, called EntryForm, where the user can select a department from a combo box, then press a button that goes to the latest record for that department. Once this is done and the latest...
  11. D

    Opening form to view latest form

    Ohh and I'm having trouble with the DoCmd.SearchForRecord .... it isn't being recognized. I have access 2000, is this why?
  12. D

    Opening form to view latest form

    Thanks again for the awesome response Adam. Yes, my autonumber is the PK, what are my options for still getting this script to work properly? You said that I have to append the data to a temporary table then copy it from there back to the original. Can you possibly give more detail on how I...
  13. D

    Opening form to view latest form

    Wow thank you for your incredibly fast response ajetrumpet, and also thanks for the detailed answer, I still have a question though, what do you mean by the following, I'm not sure what I'm suppose to fill these in as (if anything): UniqueFieldControlName acDataForm Me.Name When seperating the...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. D

    Tasty Question

    Works great, can't thank you enough jversiz!
  19. 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...
  20. 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...
Top Bottom