Recent content by honnour

  1. H

    creating pie chart from other charts

    Hello, I have 4 charts that takes inputs from a table according to the fields on the table. What I want to do is create a new chart that will summarize the other 4 charts. For example; Chart 1 has 2 "very good" answers, 1 "good" answer and 3 "very bad" answers Chart 2 has 3 "very good" answers...
  2. H

    Open File

    I manage to solve the problem. OpenFileDialog is the key. Thanks :)
  3. H

    Open File

    Hello, I want to open a .csv file from my computer. User will click "browse" button and select the file from it's computer. Then the file's path will be shown at a textbox. Then If he/she chooses to press "Upload CSV" button it will be transfered to a table called "First" Right now I think I...
  4. H

    textbox default value

    here is my query; http://d1205.hizliresim.com/x/x/72v82.jpg and my default value : http://d1205.hizliresim.com/x/x/72vcs.jpg
  5. H

    textbox default value

    I cant because I'm at work and its crypted. But what do you think cause the problem?
  6. H

    textbox default value

    yes, it is in general date format
  7. H

    textbox default value

    Hi, I have a text box and I want to set its default value from query. My query is selecting only max of date from a table. Query is working fine. When I select query from expression builder and relevant field from that query text box shows "#Name?" How can I fix this? Thank you
  8. H

    searching from table in a form

    tkank you, but I dont have a query for research. I just have a table and a form with a text box and a button
  9. H

    searching from table in a form

    I cant because its crypted but I can tell my table name. its ttelecom. I'm searching from ttelecom table. Table has ID which is primary key and mobile number ( 555-555 55 55)
  10. H

    searching from table in a form

    I'am a noob user : ( I couldnt implement it
  11. H

    searching from table in a form

    Hello, I have a table that contains mobile phones. In table there are two fields. One is ID and the other is mobile phone. Mobile phones are like 555-555 55 55 in my table. What I want to do is, user will have a text box. and he/she will enter the number like 5555555555 ( not like the format in...
  12. H

    displaying update query results at msgbox

    Hello everybody, In a USD table I have two fields. ID and dDate In my form I have a button called update. When user clicks this button an update querry updates the each ID's ddate to date( ) if that ddate is < date( ) What I want to do is when user clicks update button msgbox will appear and...
  13. H

    activate button after another button clicked

    Thank you mate
  14. H

    activate button after another button clicked

    thank you, but now when I clicked it says "object required"
  15. H

    activate button after another button clicked

    Hello everybody, I have a form with 4 buttons. What I want to do is, at startup I want only the first button is active. After clicking the first button second button will activate and without clicking first two, user can not click the third button. How can I do that? Thank you
Back
Top Bottom