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

    Thanks a lot, Bob and everyone else! I didn't know about the date/time picker and it does exactly what I wanted. :cool:
  3. G

    Calendar

    Hey, I tried doing it as well. But the deal is whenever the click event of a control is fired, that control remains in focus till the event lasts. And during this event, system does not allow to hide the control.
  4. 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
  5. G

    Color coding in Reports

    Thanks a lot, Sean!!! It is working the way I wanted it to work. :) Prashant
  6. 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
  7. G

    How to track a column being used in 100 different forms

    Thanks a lot, RichMorrison and llkhoutx. The software is really great indeed. You saved me from lots of trouble. Cheers Prashant
  8. 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