Search results

  1. Q

    Advice Needed With Function

    Yes, I have seen this type of function before but never used it myself until now. I have already created another one in the db for another calculation that is used quite a bit. Thanks Daz...
  2. Q

    Advice Needed With Function

    Thanks for the advice that works fine. Daz..
  3. Q

    Advice Needed With Function

    Hi, I use the following code on about 15 buttons on one form. I think I can put it into one function and pass the Scorepoint which is the variable to it, then call the code to run. Can someone advise the best way to do it, please. Dim ScorePoint as integar Scorepoint = 1 (This changes for...
  4. Q

    Graphs in Access Format Problem

    Hi, I have created a report within access that displays graphs. I have a graphs that shows currency data info. The graph works fine but the data table underneath is not formatting the data with the £ symbol. I have tried going into the query field and properties and changed the format and...
  5. Q

    Visual Indicator

    Hi, I often have to run some vba on 100,000 plus records, which can last for quite some time. One thing I would like to use, is some kind of counter or visual information that tells me that the code is still running and that indicates that it as not crashed or hung the PC. Any advice...
  6. Q

    Padding in a String

    Thanks for advise - No Msg ............
  7. Q

    Help Needed With FindFirst - Multiple String Critera

    That Works - Thanks - No Msg .
  8. Q

    Help Needed With FindFirst - Multiple String Critera

    Hi, I am having problems using FindFirst with multiple string critera. If I use one critera it works fine, but two I can't get to work. Part Of The code is below. strCriteria = "NewProp = True" And FinCoID = "MyBank" rst.FindFirst strCriteria Many Thanks Darrell...
Back
Top Bottom