Search results

  1. 2

    2 language

    I have in my computer 2 language and to change one to other I have to click on CTRL + SHIFT is there a way to do it by code? thanks
  2. 2

    unBound form

    wonderfull thanks alot
  3. 2

    unBound form

    I didnt write here alot of time, so my english became less. here is my question I have an unbound form In the form there are 40 textboxes. There names are like this: A1 A2 A3 A4… When I open the form I wrote code like this: For I = 1 to 40 If …. Then ***************** I WANT TO WRITE IN...
  4. 2

    print lasst page in report

    I want to print just the last page in my report, how can I do it by code? thanks! sharon
  5. 2

    mobile 2003

    I have a customer that has the new "mobile 2003" Inside there are: word and excel but no access. He work on an access application Is someone know if could be to insert access in this?
  6. 2

    OLE object

    SORRY, But last time that I try, ;) (NO MORE!!!) I have a list box, and OLE object, and I want to change the picture from the table. <attach file maybe its help to understand)
  7. 2

    OLE object

    there is no idea how am I show picture (from table ole object) to unboundole by code thanks.
  8. 2

    OLE object

    I have a table with 2 fileds 1 autonumber 2 OLE object I have a form Unbound with 2 objects 1 listbox of all the records 2 OLEUnbound I want on click on the list I saw the picture in the ole. I wrote: Me.OLEUnbound49 = Me.List5.Column(3) and its didnt work how can I do it? :confused: [I...
  9. 2

    pop up & modal

    In my project I can hide the access and show just the forms. ALL the forms are pop up and modal. In my first form I have a checkbox, if I want to hide the access or not. my question is. If I dont want to hide the access, then, if the forms is pop-up and modal I cant use the menu because the...
  10. 2

    value & oldvalue

    thankssssssssss I broke my head many time, and this simple sentance fix it full of thanks :)
  11. 2

    value & oldvalue

    Long sentences but simple question I have 2 filed in my form 1 - combo 1 - text After update the combo, I check If the value <> the old value then Text = null, My question is: Example: If the combo = 159 The text = "198589635" After I change the combo to 170, than the text = null Insert...
  12. 2

    2 same database 1-103MB 2-17MB

    ... OK I compiled the project and after its also 103MB, I make another project in access 2003 and import all the object and its 32.4 MB. what the first project is so havy? thanks pat
  13. 2

    2 same database 1-103MB 2-17MB

    how can it be that 2 same database 1. in access 2003 that is 103 MB, but when I do another DB in accessXP and import all the objects its just 17 MB, file attach. also, I dont know if I have message in the first page, I have to insert this message (for example) to my other question ether its...
  14. 2

    lookfor calandar

    OK, in my work there 10 people (teachers), that study with 1 or 2 child, 1 hour in a day. for example: ----------------- jon: (teacher) 01/01/2005 12:30-13:130, sharon (pupil) 02/01/2005 14:30-15:30, mike, smith (pupils)... --------------------------------- b: (teacher) 02/02/2005 16:00-17:00...
  15. 2

    ' in SQL QUERY

    Thanks :) I do like it, and it work, thanks nameYadid1 = Replace(rs!nameYadid, "'", "''") strSQL = "INSERT INTO zmaniMASAV(kod_horaa, yadid_kod, nameYadid ,tz, MySum, coin, sum2, bank, snif, cheshbon, chiyuv_date)" _ & " VALUES (" & rs!kod_horaa & "," & rs![yadid.yadid_kod] & ",'" &...
  16. 2

    ' in SQL QUERY

    Sorry but i didnt understand where am i write it. I attach the error and the VBA that do the error, and may you understand more...
  17. 2

    ' in SQL QUERY

    I have a problem with ', and get en error if the name is with ' ( :confused: I dont know the name of ' ;) ) what the best to do? 1. replace the ' with 2 ' ('') 2. dont let to write ' 3. replace with chr ? thanks, sharon
  18. 2

    Friends

    Sorry... I didnt understood how to do it, then I attach file if some one can explain me how do I do it? THANKS ALOT
  19. 2

    Friends

    Hello, I have a form with subform, I want to open the form where the value of the fatherForm is X and the value of the subform is Y. How can I do it? Thanks
  20. 2

    Reports

    daveUK YESSSS! this example I search thanks alot :) sharon
Back
Top Bottom