Recent content by suzacaru7

  1. S

    Adding rows using check box / button

    I copied the code you gave me, and i got an error!! ____________________________________________________________________ Private Sub Command19_Click() Dim rs As Recordset Set rs = CurrentDb.OpenRecordset("Slimming_T", dbOpenDynaset) With rs .AddNew .Update .AddNew .Update...
  2. S

    Adding rows using check box / button

    HI, thanks for your information. I understood your concept, but what did you mean exectly when you said: "If you have defaults that are set, open the recordset, and addnew records that way:" What defaults are they? What are recordset? And where do I have to add that code? Thanks sue
  3. S

    Adding rows using check box / button

    Hi, I have a database which I store clients information. One of the tables consists of information regarding treatments the clients take from my salon. Every therapy (coarse) a client take, consist of 15 sessions treatments. The client can buy for the coarse by full or for very session...
  4. S

    Search for all information of a particular client

    Thanks I managed to do it and I am very happy after crushing my mind thinking. hehe I don't know if you can help me with this, because now it is getting nicer hehe. I wish to make a kind of button or check box, that when it is ticked or clicked, two free rows will be inserted...
  5. S

    Search for all information of a particular client

    Thanks a lot for your information. I tried it and worked fine. How I liked :) Just to know if it is possible, Can all the records be in one page, and not every record will be in different page, and I have to press the next?
  6. S

    Search for all information of a particular client

    HI, I am doing a database for my beutition shop. I created a table called slimming, which i store the clients info (including ID card number), the date of the appointment, the type of therapy the client took that particular date, and the weight of the client. I created form so that I...
Back
Top Bottom