Search results

  1. W

    date function/question

    For the system date function use =Date(), put this in as a default value.
  2. W

    Doesn't anyone know anything about opening forms? Come on!

    I would like to be able to open a form with a transition effect, ie: fmTransitionEffectPushDown like in a powerpoint preso. Anyone know how to do this? Example: Const fmTransitionEffectCoverLeftDown = 6 Does anyone know how to implement this.
  3. W

    Opening Forms

    I would like to be able to open a form with a transition effect, ie: fmTransitionEffectPushDown like in a powerpoint preso. Anyone know how to do this?
  4. W

    How do i increase the size of a combo box

    To increase the size of a combo box you have to double click on the box, and go to format, and then list widths. Adjust the List Width till your data fits. Add the column widths together and that will give you your list widths.
  5. W

    Opening Forms with Transition Effects

    I am trying to figure out a way to open forms with different transition effects, like in PowerPoint. I see there is a way in the code to do it, ie: fmTransitionEffect, fmTransitionEffectCoverRight. Does anyone know how to implement these so my forms open with this effect?
Back
Top Bottom