Search results

  1. T

    Help a Newbie

    Hi: I am a newbie in access... I need to make a form that show all info by selecting the "Usuario/Estacion" record (no duplicates).. PLease someone help me. ?? I can't post it on a attachent (is too large.. 300k)
  2. T

    time and date??

    I want to put the time and date on a form.. I put a unbound text and put this code for the timer: Private Sub Form_Timer() On Error GoTo err_form_timer 'set the ControlSource for the text box Me![t_mytime] = Format(Now(), "hh:mm:ss") exit_form_timer: Exit Sub err_form_timer: 'some error...
  3. T

    How to?

    I have placed on the form a button to "Delete A Record". My problem is that there is no warning message that you are about to delete a record, i.e "Are You Sure You Want To Delete This Record". I'm sure there as a way I can build this in, I just don't know how. need help thanks
  4. T

    need to Create ..

    Hi: I need to create a button in my Client's Form that prepares a Report with the information contained in the form. HOw can I do That?
  5. T

    OpenReport Method

    what is the OpenReport Method?? I need to know in order to create reports for each client individualy
  6. T

    OpenForm Method

    what is the OpenForm Method?? I need to know in order to create reports for each client individualy
  7. T

    query/report help!

    I need to make a report of every client with his information stored my database (Access). HOw can I do that? Do I need to create a comand button in the FORM of the client, or a QUERY? I tried, but I get just one report with all the clients and their info (in just one report), and I need a...
  8. T

    Form-Report question?

    A new Form-Report question? 1. I need to make a report of every client with his information stored my database (Access). HOw can I do that? Do I need to create a comand button in the form of the client? 2. How to create a button in the Client's Form that prepare a REport of the information...
  9. T

    a little help please!

    I need to make a indivivual report of every client with his information stored my database (Access). Can I do it with a query, form , command button? how? thank you
  10. T

    need help in creating report! please

    I need to make a report of every client with his information stored my database (Access). HOw can I do that? Do I need to create a comand button in the form of the client? I tried, but I get just one report with all the clients and their info (in just one report), and I need a report of...
  11. T

    asking for help!

    Do someone know how to create a simple login form using a range of textboxes and forms. It does not have to be anything fancy just a form that allows the user to enter their username and the password and click on a button that directs them to a particular form or switchboard? I keep getting...
  12. T

    how to?? please

    How to create a Login Username and Password Form, when I open it and enter the user-pass it goes to a another Form (menu form or switchboard) in the database (access).. please help
  13. T

    create a "login" form

    Hi: I need to create a form, a "login form" where I can enter the username and a password to access the system (database).. please reply thanks
Top Bottom