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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aexley
  • Order by date
  1. aexley

    Identifying cells in a For Next loop

    Thanks Zathras I'll give it a shot. I don't think it will help but it's a personal project to see if I can create a simple routine that simulates water evaporating from a raincloud. The idea is that the cloud begins with each droplet (cell) at a random energy value and then changes as energy...
  2. aexley

    Identifying cells in a For Next loop

    Good afternoon, I have a simple formula to run on a number of cells. The formula references the cells next to it and, according to their values, adjusts the value of each cell in turn. What I'm having trouble with is working out a For Next loop that identifies each cell in turn in order for the...
  3. aexley

    Set Backcolour on a subform

    Using Access 2000. Will look at conditional formatting, Thanks aexley P.S. Is anybody else having problems with pages not loading on this site or is it just me?
  4. aexley

    Set Backcolour on a subform

    Good Morning. I need to set the backcolour of a control on a subform in 'Continuous Forms' depending on whether the value of the subform control matches the value of a control in its master form. E.g. Main Form Control Value = 226 Subform control values = 0 23 327 0 226 <---- I need the...
  5. aexley

    Excel - RoundUP ???

    Alternatively, how could the formula be altered to round to the nearest 20? This would be REALLY useful. Thanks aexley
  6. aexley

    Excel - RoundUP ???

    Yes would be the answer to that then. aexley
  7. aexley

    Creating a button to move field data to Word

    Hi cwbviper, check out this Knowledge Base Thread Article Q210271 'Sending the Current Record to Word 2000 with Automation' I'm sorry I don't know how to do a link so you'll have to go to the Microsoft site and find it. Hope it helps aexley
  8. aexley

    Excel - RoundUP ???

    Hi all, Could I replace the 50 with a 20 and 49.99 with 19.99 to roundup to the nearest value divisible by 20? Thanks in advance Aexley
  9. aexley

    Different Word Headers Problem

    Wasn't using section breaks but am going to give it a go. Thanks for your help. Aexley
  10. aexley

    Different Word Headers Problem

    Morning all, I have a Word document that requires different headers at various points throughout. My problem is I can set the second header (using the 'this point forward' option) fine but when I repeat the process for the third header it changes all the previous headers back to the page where...
  11. aexley

    Record on screen isn't the record that Access thinks it is - HELP!

    Ok. Update on current problem: On my main form one of my controls is a text box whose source is the Autonumber ID for the current record. If I click in this box before I change anything nothing happens, however if I change something, anything, on the current record and then click in the text...
  12. aexley

    Record on screen isn't the record that Access thinks it is - HELP!

    Thanks KenReay. I'm using Access 2000 and although I do use 'bookmark' it's on a completely different control. Also I removed the Event Procedure from the 'NextCallDate' control and the error still occurs. aexley
  13. aexley

    Record on screen isn't the record that Access thinks it is - HELP!

    Note: Just imported all DB objects into a new, clean DB. Problem still there. Am at wits end. aexley :-(
  14. aexley

    Record on screen isn't the record that Access thinks it is - HELP!

    *!!!* !*!*!!** Blinkin' flippin' 'eck! Ok, (deep breaths) I followed Garridons suggestions and everything was working fine. Until today. Annoying as this problem is I have been able to narrow the problem down to just one control or field. My NextCallDate field. I don't think it's the code...
  15. aexley

    Record on screen isn't the record that Access thinks it is - HELP!

    Interesting point. I've just checked my Primary key fields on my B-E tables and the ones that don't (for my sins) use Autonumber are set to 'Indexed (No Duplicates)'. However the queries that access these tables (and on which my forms are based on)don't have their unique properties set. I...
  16. aexley

    Record on screen isn't the record that Access thinks it is - HELP!

    Firstly, my apologies for the misleading thread name on my previous post, I've resubmitted in the hope that a more accurate thread name will elicit a response. Thanks for your understanding. I have a F-E form that is based on a query that looks at my B-E tables. Occasionally if I change...
  17. aexley

    Form on screen isn't the form that Access thinks it is - HELP!

    P.S. It doesn't do it with every record.
  18. aexley

    Form on screen isn't the form that Access thinks it is - HELP!

    I have a F-E form that is based on a query that looks at my B-E tables. Occasionally if I change information in the record on this form (directly or by code from a linked form) Access doesn't change the information in this record but does in an apparently unrelated record several hundred ID's...
  19. aexley

    Problems with DMax

    You'll have to forgive my poor VBA programming skills (self taught). By '...invocations...' do you mean the three DMin functions I've got in there and if so do you think I could replace them with a variable? e.g. Dim LowestDate As Date LowestDate = DMin(&quot;[NextCallDate]&quot...
  20. aexley

    Problems with DMax

    When I first wrote the code (it was about three times as long) it was in the BeforeUpdate event and it was this problem that made me look at it again. I have moved it back to BeforeUpdate with no noticeable difference. Re: '...more appropriate to call this code on the OnCurrent event..'...

Part and Inventory Search

Back
Top