Search results

  1. G

    Date/Time control

    Hi, Would it be possible to have a dynamic default date (a function of current date) for the Date/Time Activex control. If I try to set the value in Form_Load (Dtcontrol.value = Now - 30), I get an error as this property is read-only. I want deault date value to be something like (Now - 30)...
  2. G

    Calendar

    Hi, Would it be possible to hide a calendar as soon as someone clicks on it. System does not allow to use hide property in the click event. I just want the clendar to disappear as soon as it is clicked. Thanks, Prashant
  3. G

    Color coding in Reports

    I have a table say "Cars" having fields model, make, year, HP, etc. I am printing a very simple report using this table. Would it be possible to color code/make bold the entire row in report whenever the "year" is 2000? If yes, then someone coule please tell me how. Thanks in advance Prashant
  4. G

    How to track a column being used in 100 different forms

    I'm doing a maintenance work on an access'97 database. We have to get rid of a column (NbrAssigned) from a particular table. But before deleting this column we have to make sure that it is not being used anywhere in the project. The problem is, this column is referenced in plenty of forms...
Back
Top Bottom