Search results

  1. M

    InputBox Mask

    I have an inputbox which requires a password validation anytime a user is attempting to unlock a report. The code works beautifully but the password the user inputs into the input box isn't in the standard "password" input mask (****). Love the inputbox feature but can't get the text to show as...
  2. M

    Check table for existing data via form

    Can anyone help me please? I have set up Query1 with 2 prompts: (id) and (case). in my main form, I would like to check tblData to see if the ID and Case exist. If it does, a messagebox will alert the user that a report already exists. My code looks like this: dim myquery as querydef set...
  3. M

    Blank subreport pages

    Can anyone help? I have a main report with 5 subreports. I have tried every trick in the book to suppress the blank pages of the sub-report (where the subreport contains no data). I set can grow/can shrink properties to yes and that still did not do the trick. Anyone have any ideas? Thanks
Top Bottom