Search results

  1. Matt Greatorex

    New Game, Destroy the Picture Above

    Didn't these hunt lithotryptors? :D
  2. Matt Greatorex

    Text

    Yep *sigh* you're suffering for my stupidity. :( This section is all wrong str_H = Replace(str_Overall, "H", "") str_A = Replace(str_Overall, "A", "") str_L = Replace(str_Overall, "L", "") In each of the above cases, you should be replacing the other letters with a blank (""), not the letter...
  3. Matt Greatorex

    Well Well Well

    Don't know how accurate this is, http://www.zmag.org/content/showarticle.cfm?ItemID=9837 but even if it did stay out in the past, I really don't think it will happend again. Especially once Bush is gone.
  4. Matt Greatorex

    Well Well Well

    Whether it's right or wrong, I can't see a time when the UK will outright refuse to help the US.
  5. Matt Greatorex

    What can prevent focus being set?

    Stupid question: How do I do that (not the stripped down bit, the posting)?
  6. Matt Greatorex

    Well Well Well

    Isn't that sort of pessimism just typical of people whose Usernames begin with the letter 'P'? JOKING, HONEST! :D Seriously, it has gotten more than a bit tedious. I used to enjoy the conversations here and even looked forward to learning a thing or two outside of VBA, but lately the posts are...
  7. Matt Greatorex

    Mid-Term elections in USA

    Have to agree with JS on this one. If someone has personally said or done something you take issue with, by all means call them on it. Don't slag off one person based on what somebody else, possibly thousands of miles away, has said or done. If I say to someone that everyone who lives at a...
  8. Matt Greatorex

    What can prevent focus being set?

    Thanks for the response. Unfortunately, it's after. The full sequence is: [Forms]![frm_nbdash - ia]![cbo_Possibilities].RowSource = str_Source [Forms]![frm_nbdash - ia]![cbo_Possibilities].Requery [Forms]![frm_nbdash - ia]![cbo_Possibilities].Visible = True [Forms]![frm_nbdash -...
  9. Matt Greatorex

    What can prevent focus being set?

    I have a field on a form that displays a list of people. In most cases, one record = one person, but in a few one record = one team of two or more people. Selecting a record causes the rest of the form to be populated. This works fine. What I've added is as follows: 1) User enters a name and...
  10. Matt Greatorex

    I want an HDTV ... now what?

    It's a combination of that and the way in which serialized programmes are broadcast. Back home, a series starts with episode 1 and continues to the final episode, say 10. The only 'gap' weeks tend to be for exceptional events such as the Olympics, World Cup, Newsflashes, etc. Here, everything...
  11. Matt Greatorex

    A Democratic Mandate?

    ... but the US don't hold the monopoly on it :D http://www.ctv.ca/servlet/ArticleNews/story/CTVNews/20060926/dead_voting_060926?s_name=&no_ads=
  12. Matt Greatorex

    I want an HDTV ... now what?

    Mainly HD programmes and the difference is definitely noticeable. Canadian TV is closer in content to US than British (we get both US and Canadian where I'm living), so I watch less than I did back home. Can't pretend to understand the various technical aspects, as explained by other posters :D...
  13. Matt Greatorex

    I want an HDTV ... now what?

    For what it's worth, I've got one of these mounted on the wall and I can't fault it. http://www.samsung.com/Products/TV/PlasmaTV/SPR4232XXAA.asp?page=size_contents The picture's excellent and, even without additional surround-sound speakers (next on my list), position your chair right and it...
  14. Matt Greatorex

    Form's controls 'invisible'

    I'll look out for that. Can't believe it hasn't come up before, though. Not for the first time, I'm very grateful for the forum.;)
  15. Matt Greatorex

    Form's controls 'invisible'

    Many thanks. The problem actaully turned out to be that a user had deleted all records from one of the tables that made up the source query for the form. If it hadn't been for you pointing me in the right direction, I'd have assumed it was some change I'd made and been on it for ages.
  16. Matt Greatorex

    New Game, Destroy the Picture Above

    Ah, I see now. Thanks.
  17. Matt Greatorex

    Form's controls 'invisible'

    Sorry, the last response was to JeremyPaule, I missed your post. What do you mean by 'adds disabled'?
  18. Matt Greatorex

    Form's controls 'invisible'

    Thanks for the response. Unfortunately, I've gone back and checked it against a working version and the properties are identical. I'm starting to think it may be related to a data change of some sort, but I can't see how.
  19. Matt Greatorex

    Form's controls 'invisible'

    I have few forms that look fine when in Design view, but which appear as plain grey screens when opened in Form view. These were working perfectly (i.e. visible in both views) until about half an hour ago. The only things I have changed are some of the calculations behind certain fields. Any...
Back
Top Bottom