Search results

  1. M

    Password Protect Autoexec

    Is there a way to password protect the autoexec macro? If not, how would I go about securing that macro? I've noticed that you can import the autoexec macro to a blank database, manipulate the autoexec (i.e. disable shift-key bypass) and export the autoexec back into the database. Note: the...
  2. M

    Ol' School bypass trick for system time

    I have a form that has a button that I would like to disable once the time passes 4pm on a certain date. In the ol' days there was a hack where you could simply change the system time to several years back and it would bypass an application's serial code's validation. I believe someone could...
  3. M

    Counting Unique Values Across a Report

    I have a report that looks like this. There are columns for an ID and 52 weeks: ID..Week1..Week2..Week3..Week4..Week5..Week6..Week7...Week52 1...45C......45C............................38.......38........38... 2..............22B.................21........21..................28A...
  4. M

    Trouble referencing a group of textboxes from a report

    I am trying to reference 52 textboxes on a report. I am calling the sub AssignToWeek from the open event of the report. Below is a partial listing of the sub AssignToWeek. I am getting an "Object variable or With block variable not set" error for the line of code in bold. Can someone...
  5. M

    Highlight multiple date ranges on a calendar

    This forum rocks!! I have found sooo many helpful tips and tricks here but I am finally stumped. I am in no way an expert with Access or VBA so my code might look amateurish at best but it works. I have attached a sample db for reference as my explanation might not clearly explain my...
Back
Top Bottom