Search results

  1. D

    Blue Monday

    I have an access 2k db that is opened every weekday am. I would like to check for the 1st Monday of every month to do some monthly calculations.
  2. D

    Text box to table

    I am setting a true/false value in an unbound textbox. How do I put this value in a table?
  3. D

    no database reference

    I get an error when I try to .... DIM as Database Am I missing a library file??
  4. D

    check for 1st or last record

    I can set up a counter to check for the first and last record but there must be a simpler way if I can get the syntax right. something like; If Me.current record.aclast = TRUE then...
  5. D

    Conditional formatting help

    I would like to format a field on a continuous form so that it turns red if it is > 10 and turn bold if that field has focus on the form. I can get either_or to happen but not both.
  6. D

    change query in querydef

    I can't seem to get the syntax right for changing a passthru SQL query using querydef in msaccess 2000. I can use querydef to create a new query but I need to be able to modify my existing query. HELP!!! Thanks
Back
Top Bottom