Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by itsuit

  1. itsuit

    Alert user when number is skipped

    I use an Access 2000 report to create checks based on information in an external ODBC database. I'd like to have the user alerted if a check number in the report is skipped (the check number comes from a field in the external view and is stored as a number). Any help is appreciated.
  2. itsuit

    Images broken in Design view

    When I place images in my layout tables in Design view, I can't see the actual image - only the red "X" in the upper left corner (however, the size of the image is represented, and I can work with the Picture Properties). I can see the images just fine in Preview. Any suggestions?
  3. itsuit

    Using "OR" operator to suppress details

    Thank you both for your responses. synapsevampire, your formula worked for me; I just had to change the criteria because I was trying to *include* records with a RESERVE_CODE of 'INITIAL' or a sum of DELTA_AMOUNT greater than or equal to 15,000, which is why I was trying to suppress records...
  4. itsuit

    Using "OR" operator to suppress details

    I'm trying to write a formula to suppress details for records that don't meet 1 of 2 criteria. What I've tried looks like this: {RESERVE.RESERVE_CODE} <> 'INITIAL' Or Sum ({RESERVE.DELTA_AMOUNT}, {CLAIM.CLAIM_NUMBER}) < 15000 This is being done via the formula button in the Details Section...
  5. itsuit

    Printing/collating 2 reports

    This was originally posted in Access Modules, but I thought it might be more appropriately posted here: I work for an insurance company, and the person in the job before me set up an Access form to print 2 reports at the same time (checks and Explanation of Benefit - EOB - forms). If a check...
  6. itsuit

    Printing/collating 2 reports

    I work for an insurance company, and the person in the job before me set up an Access form to print 2 reports at the same time (checks and Explanation of Benefit - EOB - forms). If a check is linked to an EOB, Access should first print the check, then the EOB immediately behind it. If the...
  7. itsuit

    How to join/validate(?) these fields

    I had posted this in Access Forms and Access Other Topics, but didn't receive any responses; hopefully this is the correct forum for my question. Environment: Access 2003 ADP (SQL Server 2K backend) ---------------------------- A little background: I'm building an app that allows a third party...
  8. itsuit

    How to validate (enforce?) these fields

    I had posted this in Access Forms, but didn't receive any responses; hopefully this is the correct forum for my question. Environment: Access 2003 ADP (SQL Server 2K backend) ---------------------------- A little background: I'm building an app that allows a third party to schedule appointments...
  9. itsuit

    Calendar / Clock

    Never mind - my fault. I forgot to copy over frmCalClock from the new version. Thanks again - just fantastic! ------- Kyle
  10. itsuit

    Calendar / Clock

    Just downloaded the newest version and copied the basCalender module into my DB; however, now the minutes aren't showing up on the calendar form at all when I specify "DisplayMode15MinClock" in my dblClick event. Any thoughts?
  11. itsuit

    How to validate these fields

    Environment: Access 2003 ADP (SQL Server 2K backend) ---------------------------- A little background: I'm building an app that allows a third party to schedule appointments between doctors and patients. I've created a form that allows the user to choose the patient (claimant), then choose a...
  12. itsuit

    Calendar / Clock

    This works perfectly - I can't tell you how much time you've saved me in developing an appointment form in my app! I'll give you another star, since my wife won't part with the first-born... ----------- Kyle
  13. itsuit

    Calendar / Clock

    OK, hit my first snag in trying to use the code for selecting date and time at the same time. I'm getting "Compile Error: Wrong number of arguments or invalid property assignment." I've added fields to my form named txtDate1 and txtTime1 to test this. Here's the code: Private Sub...
  14. itsuit

    Calendar / Clock

    This looks great! What would I have to change to include a 15-minute clock, in addition to (or in place of) the 5 minute display clock? Thanks for posting this - very handy in an app I'm currently working on. Much appreciated!
  15. itsuit

    Missing Axctrl32.ocx

    I found a sample database that contains a form I want to study for code examples; however, when I try to launch it, Access 2003 tells me that I'm missing Axctrl32.ocx. Checking references proves that to be true; however, I can't find that file anywhere to install it (I've searched my Office...

Part and Inventory Search

Back
Top