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 Patricha

  1. Patricha

    SQL Count not getting correct Results.

    Thanks dalchri, I copied and pasted directly into a blank Query and I am getting an error when I try this Sql. Syntax Error in FROM clause am I missing something? Thanks
  2. Patricha

    SQL Count not getting correct Results.

    Hi, I am trying to get a distinct count. My data looks like this... StudentId ; BookItem ; BookStoreNum ; BookDate 11564;1;342680;12/15/2001 11564;21;342680;12/15/2001 11564;21;342680;12/22/2001 12244;1;342680;1/11/2001 12244;1;342680;2/24/2001 I want a DISTINCT COUNT Select Count(BookDate)...
  3. Patricha

    Menu Seperator

    Thanks Bagger I learned something new about customizing Menu's Big help **Cheers** Andrew
  4. Patricha

    Compact current Database

    Just something I finished Compacting the Current database. Several steps are needed to accomplish this. Create a blank form call it frmBlank frmBlank.OnOpen (Event Procedure) do any maintenece (empty tables..etc.) frmBlank.OnTimer (Event Procedure) ' Compact database SendKeys...
  5. Patricha

    Menu Seperator

    Hi, I am creating a custom menu using macro (Acc97) and I have File > Open Save Close Print Exit.. Is there a way to put the seperator bar in the menu just like it is in Most of your drop down menu's. Help or insight on this is much apreciated. Thanks Andrew
  6. Patricha

    Achieving a Goal.... Textbox

    Thanks for taking the time and reading my post not sure if I am explaining this well, or I am just an idot trying to make something that seems simple - 'Hard'. I have a blank form (simple enough) I click on the toolbar and drag over a textbox (still simple) I click on the toolbar and drag...
  7. Patricha

    How to determine scrolling of a textbox

    I am using Access 97; What I am trying to achieve: a user must scroll to the bottom of a textbox before a command button will be enabled This textbox holds Dynamic data and can exceed the normal length of the textbox (which in effect you get a scroll bar). How can I trap or get this effect to...
  8. Patricha

    #ERROR in Sub - Report

    I am in need of much help here.... kind of new to sub-reports. My main report works fine and I have the sub report linked fine. The problem is when there are no records in the subreport Ok I have a sub-report that the record source is a sql SELECT id,count(datemailed) as DateLetterMailedOut...
  9. Patricha

    #ERROR in Sub-Report..HELP!

    I am in need of much help here.... kind of new to sub-reports. My main report works fine and I have the sub report linked fine. The problem is when there are no records in the subreport Ok I have a sub-report that the record source is a sql SELECT id,count(datemailed) as DateLetterMailedOut...

Part and Inventory Search

Back
Top