Search results

  1. P

    OpenForm Cmd not working today...

    Hi All, I'm a bit of a novice with Access, however this forum has typically had an answer when I'm completely befuddled... So, here's a description of my DB: I have a database that has a form used as a command bar. On that command bar is a text box. The value of that text box is used as...
  2. P

    VBA optimization to increase backend speed

    Hi all, I'm new to VBA and was recently tasked with a small internal project for my employer. I created a form that automatically calculates a number of dates from a date entered by the user. The tricky thing, is that the dates calculated are workdays only. This means, weekends and...
  3. P

    How to edit an Input Mask?

    Hi all, I have an input mask in a form field for recording a date. I currently have it set to: 00\->L<LL"-20"00;0;_ This records the format in the "medium date" format of DD-MMM-YY or 15-May-12. The input mask shows the "20" of 2012 as you enter the characters for the first time, but...
  4. P

    Align Form Right?

    Hi all, I'm developing a complex database of forms and queries that things that I want to display at the same time. Unfortunately, the screen size and resolution that the access database is displayed on changes. I am familiar with the DoCmd.Movesize argument - but is there a way to...
  5. P

    Filter Report by combo box selection

    Hi, I'm currently in the midst of my first foray into the access world. I'm making big strides, but also trying to extensively customize the project... What I have right now is a command bar that has buttons that open up an variety of forms and reports. The data I am dealing with are reports...
Back
Top Bottom