Search results

  1. D

    Solved Trying to make a new post "How to find an Administrator"

    This is the only way I could make a new post. I couldn't post my reply to my other thread because I got the administrator message again.
  2. D

    How to find an Administrator

    I'm trying to make a post but I keep getting messages that my post is spam-like and I need to contact an administrator. I don't know where to look. I've attached a copy of my post, which seems OK to me, but I can't make a reply. How do I find an administrator?
  3. D

    Solved Exclude Duplicate Records from a Query

    I have a query say, qryMain that has records I'm interested in, however the query contains some duplicates. I created a find duplicates wizard query to identify those records qryDupes. The qryDupes records are on 3 fields. So I'm thinking can I do a Join between these 2 recordsets to exclude...
  4. D

    Solved DatePart function error

    I'm having problems getting the DatePart function to work. At present, when I run the query I get an error "Invalid Procedure Call". As far as I know I'm doing the right thing but obviously not completely. I've attached a picture of the QBE grid and also the SQL for the query in question...
  5. D

    Arrange Immediate, Local, Watch windows

    I've been trying to arrange the Immediate, Local and Watch windows. I thought it would be straight forward but its turned into a small nightmare. Is there any help with getting these windows arrange in the VBE so that the Code window has the most space and these windows sit below the module...
  6. D

    Solved Synchronising a List Box to a Combo Box

    I have a combo box and a list box on a form. I am having trouble with making a selection in the Combo Box and getting the List Box to display the appropriate message. The following details explain the situation: Combo box name: cboClarity, when clicked it will display one of three values...
  7. D

    Running Totals

    My problem is finding a Running Total calculation that helps me keep track of how I'm going. The database is in a Horse-Racing context and I want a column/field that gives a progressive balance of wins and losses on a given day(s). I've tried using DSum without much success but have gotten...
  8. D

    Running Totals or Progressive Sums

    My problem is finding a Running Total calculation that helps me keep track of how I'm going. Original post moved to Running Totals in Queries by jDraw
  9. D

    G'day Friends

    I've joined the forum to find an answer to an Access problem. Running Totals/Sums. Or progressive sums. It is in a Horse Racing context and getting an answer to the problem of Running Totals. My tables are normalised and the table that holds the main betting data is where I want to get a...
Top Bottom