Search results

  1. S

    Calendar Calculations

    Hey random question guys... Whats the algorithm for determing the first day of a given year? Example: Sun 0, Mon 1, Tues 2, Wed 3, Thurs 4, Fri 5, Sat 6 f(2004) = 4 = Which is Thursday January 1st, 2004, was a Thursday. THANKS!
  2. S

    Listbox Hightlight / Selected

    I have been looking all around these forms and cant get any answer ! I have a listbox on a form that is part of a record selecting process. When the form first opens, no items in the listbox are highlighted. I need a way to make the first item in the listbox highlighted when the form first...
  3. S

    Why is this so difficult?

    I am trying to dynamically move objects on a form. For instance I have a button or image that I want to move over to the right when something else is clicked... As far as I know the answer has to do with the "Top" and "Left" property, but changing this value through code has no effect.
  4. S

    Weird Problem !!!

    Hey I am using Access 2000 from Office 2000 and I am having a weird problem! I am adding a button to my form to add code to the On Click event for that button. Everytime I click the button I get the error: --------------------------------------------------- The expression On Click you entered...
  5. S

    Mouse Wheel / Combo Box / Change Records

    I have a combo box that is used to select records from a table. This is ment to be the primary way a user is to move from one record to another. However, I also like the ease of using the mouse wheel to scroll through records quickly. Problem: When the mouse wheel is used to scroll through the...
  6. S

    Disabling a Textbox

    Hello All ! I have a few textboxs that get their values calculated by a query. I believe Access automatically sets the textbox so that calculated values cannont be changed but I am still able click on the textbox and attempt to input values (I get beeping noises letting me know I cannot input)...
  7. S

    Date Calculations

    Hello All ! :confused: When given a specific weekday date, I need to determine the dates of the rest of weekdays within that current week. All I need is Mon, Tues, Wed, Thurs, Fri, I do not care about saturday or sunday. Example 1: Given date 7/27/2004 (which is a tuesday) I would like to...
  8. S

    Combo Box Creates New Record

    Hello All ! I am currently using a combo box to find records based on a list of dates (which is primary key) of a table. What I need: When I type a value into the combo box that is not on the list, I want to be prompted with a message like "This record does not exist, would you like to create...
Top Bottom