Search results

  1. B

    text box edit

    I'am tring to change a textbox from another class but the text box isn't changing why is that? here is a piece of the code: in the class: Public Class Chat Private Sub SendB_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SendB.Click Dim x As New tee...
  2. B

    mysql help

    found the solution
  3. B

    help with count

    :eek: i cant believe i didnt try that thank you for the help
  4. B

    help with count

    Hi, I want to make a query that count by the inside of a table ex: i have the table Reviews inside is like this: I want that the query will give me this count: 555555443 Bad: 1 53 OK: 1 53 Good: 1 856 Good: 1 853 Exc: 1 and so on (if there are others) can it be done by a query? if so...
  5. B

    help autofilling query popup box

    thank you i will try that
  6. B

    help autofilling query popup box

    I'll explain slowly: I have in the form the parameters. the query does not see the parameters, i need a way that when the query popup the inputbox that need to be fill with the parameter it wont ask the user for it, it will be auto filled. how do i do that?
  7. B

    help autofilling query popup box

    i know how to do whatever i want to but i want to know the vb code that let me enter into the query popupbox (it request somthing, like a search query...) automatically! my friend have every thing he need in the form but the query still ask for lets say a ID.
  8. B

    help autofilling query popup box

    Hi, I have a friend who wants that when he pushes a button in a form it activate 3 queries but 2 of them asking to enter somthing He wants that somthing will be autofilled. how do he do that? thanks.
  9. B

    Question Day counting

    thanks but i used a registry code to make the trail I might also use what u gave me thank you for your help
  10. B

    Question MS Access 2007 versus other Version

    I go with the 2007 But 2003 is also good
  11. B

    Question Day counting

    I want to add to my project a "trail then activate with serial" I want to know how can I add a counter for days (lets say 15 days) then user must activate with serial number. I thought to add to the registry and just add 1 every day but no idea how I need help and suggestions how to do the...
  12. B

    changing Default Value after clicking

    i tried to change default value to a text box and it wont change it either... what option can cause all things on the form not to be able to change the default value?
  13. B

    changing Default Value after clicking

    somthing really wierd the default value doesn't change at my form but in your it does... and editolis your code 2 is'nt working
  14. B

    changing Default Value after clicking

    sure here is a sample only of the form with the table it need to change: http://rapidshare.com/files/223035180/db1.mdb.html (half of it written in my lang hebrew so please dont mind it)
  15. B

    changing Default Value after clicking

    no, not working....
  16. B

    changing Default Value after clicking

    1) I cant use Click it doesn't have a option to add a code to a click 2) I tried the same code you gave me and it didn't work (tried to change the Me.Frame17 to Me.Option22 and that 2 didn't work...) when i go to main menu and back it still on 1
  17. B

    changing Default Value after clicking

    I have an Option Group with 3 buttons and the default one is the first button meaning 1 I want that after a user press the second button the default will be 2 (the one I clicked on) I tried to use the code: Private Sub option20_GotFocus() frame17.DefaultValue = 2 End Sub and it didnt work (most...
Back
Top Bottom