Search results

  1. Greyowlsl

    What do you eat?

    haha yea true, hmm ok well better on the criteria of 'taste' and 'healthyness'.
  2. Greyowlsl

    What do you eat?

    Ok educate me on this whats better: KFC Hungry Jacks (Burger King) Macdonalds Red Rooster Just trying to keep the thread on topic.
  3. Greyowlsl

    Guild Wars or WOW?

    Heh, you need to think of yourself too, thats what mothers allways forget to do. For somone like you GW would be better though.
  4. Greyowlsl

    Guild Wars or WOW?

    What is better, I believe guild wars is more for the people that dont get to play games like WOW twelve hours a day, and alows players to be judged on their witt and skill rather than how many hours you play a day. Also guild wars is free but they still do try to sneak in some money but making...
  5. Greyowlsl

    What do you eat?

    You guys eat nothing. maybe its coz im a teenager still, but i eat this: Breakfast: toast with jam, juice, cereal weetbix Lunch: quick made cucumber salad balsamic dressing (a whole cucumber), a can of tuna, a 2 minuite noodle soup, a large drink of water and somtimes some cornchips. All in 30...
  6. Greyowlsl

    Best one liner in a 'cooler thread

    Well i dont know about all of you but i find the conflict rather interesting, pitty the thread went a little off track but what else can you do, make a thread called GML vs The Rest...:p
  7. Greyowlsl

    Show two different records from same Record Source

    Hey, Thanks for your reply, but ive worked out another way more suited for my db ,Leon
  8. Greyowlsl

    Show two different records from same Record Source

    Hi, I am trying to create a textbox that will show a document number of the last record so when a user clicks add new document he/she knows what document number to enter in next. It must not involve the user looking a subform with the document numbers on it. Thanks for your time, Leon
  9. Greyowlsl

    keeping user out of visual basic

    Just make your database flawless so the code window doesent have to open.
  10. Greyowlsl

    Detect "names" in combobox

    Hey thanks heaps for your example, I have converted it into my form: Private Sub Combo197_AfterUpdate() Combo197t End Sub Private Sub Combo197t() Select Case Combo197 Case 1 Forms(Me.Name).Section("Detail").BackColor = 16764057 Case 2...
  11. Greyowlsl

    Detect "names" in combobox

    Hi, Ok i have a combobox that has list of parts then i have some other text boxes that have the details of the part that is selected, now one of them is a combobox and shows the order priority, which contains 'major, minor, and critical'. Now what i want to do is when i select a new record...
  12. Greyowlsl

    Help!!!

    i only get a problem like that when my linked tables dont work. (thats because i moved the source databse to another folder making me have to relink the tables) judging from what it saying is vba simply cant open the file that your trying to open, the path for the file may have changed...
  13. Greyowlsl

    More efficiant code for mousemove text highlighting.

    But do you understand how pbaldys code works now?
  14. Greyowlsl

    Green Dots

    Should they implement them or not? They are the small green rectangular things underneath a users number of posts. In most forums they are used as a ranking system judged by a users number of posts.
  15. Greyowlsl

    More efficiant code for mousemove text highlighting.

    The buttons only unset when i move over another button, but I understand the way the code works and i placed a transperant box around the buttons so it takes the ctrl away from the buttons and makes them unset Private Sub Box50_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As...
  16. Greyowlsl

    More efficiant code for mousemove text highlighting.

    Hey again, Thanks for the code, but I cant seem to get it to work; What do i actualy have to change to fit it to my form?
  17. Greyowlsl

    More efficiant code for mousemove text highlighting.

    Hi, I have a number of buttons and they each have a mousemove cmd so when i move my mouse over the button the text goes blue and when i take it off it goes black again. I was wondering if there is a better way to code it. Below is the code for the page: (this is only a small section, the whole...
  18. Greyowlsl

    Adding a record...

    Now all i have to do is make a add and edit tabs which should simple now the main problem is out of the way. thanks again.
  19. Greyowlsl

    Adding a record...

    wait no i figured it out, just needed to have Recordsetclone insted of recordset.clone
  20. Greyowlsl

    Adding a record...

    Yes it is a Document Managment Database. The dd you created is exactly what i need, but there is an error when i select a document from the document lookup box. Its a Complie Error - Method or data member not found and it highlights the RecordSet.Clone section of code. Thanks
Back
Top Bottom