Search results

  1. N

    Message box

    Do you have another way to do it???
  2. N

    Message box

    I cannot write it on the control source because I've already something in!
  3. N

    Message box

    Hi there, I have a report named Link_report which retrieve links to find some documents. I would like to add a Msgbox to say: " No link has been found for this document" when the case link is empty. Could you tell me how? Thank you
  4. N

    Probrem with ILINK Hyperlinks

    No error occurs. I retrieve the links in a table but I've created areport to directly have them without go to the table. It's a program to retrieve easily the documents on the network.
  5. N

    Probrem with ILINK Hyperlinks

    Hi there, I have a table named PPAPslinks which retrieve links about some documents located on my network. I also have a report named link to retrieve the links. The problem is that I have the links on my table named PPAPlinks but I can't retrieve them on my report link. Could you help me...
  6. N

    Select in a List Box

    Problem fixed thanks guys
  7. N

    Select in a List Box

    Hi there, I have on the main form a list box containing a list of requirement. I can select each requirement by clicking on them one by one. However I would like to select all of them with using click and shift. What is the property which control that? Could help me? Thanks a lot!
  8. N

    Data mismatch in this criteria

    Once again you're right! See you for my next bug! Merci
  9. N

    Data mismatch in this criteria

    Once again you're right! See you for my next bug! Merci
  10. N

    Data mismatch in this criteria

    Shit another bug appears... The error is: No current record. Lokk at the following code (it appears on the red row) strSQL1 = "SELECT AMFLIBP_MOHRTG.* " strSQL1 = strSQL1 & "FROM AMFLIBP_MOHRTG " strSQL1 = strSQL1 & "WHERE (((AMFLIBP_MOHRTG.ORDNO)='" & MNbr & "') AND...
  11. N

    Data mismatch in this criteria

    You're strong. The code has passed the problematic row.
  12. N

    Separate a List box

    It's forbidden by my teacher! And I don't think that you need to have a part of the code In fact I would like to know if it's possible to separate a List Box! You know I just want to know how! This following code is about "when I click on one item in my list Box" (it becomes Highlight)...
  13. N

    Data mismatch in this criteria

    Ok I did that but I don't really know now what do you want to say when you told me: "First try and see if the line below fails".. How? With F8 or?
  14. N

    Data mismatch in this criteria

    It's break on this row: So now what could I do?? I don't really understand what the problem is here...
  15. N

    Separate a List box

    Hi there, I would like to separate my list box in two categories. Indeed it is composed by 2 types of criteria but arranged in the same List box (I can't create another List box, it's forbidden). Do you know how can I proceed? I've thought to insert a dash but it has to appear all the time...
  16. N

    Hey nanscumb, I need you! Look at my last post concerning Data type mismatch in this criteria...

    Hey nanscumb, I need you! Look at my last post concerning Data type mismatch in this criteria s'il te plait! Merci
  17. N

    Data mismatch in this criteria

    It prints:
  18. N

    Data mismatch in this criteria

    Hi there, I have a problem with my program. Indeed, when I launch it, the error is "Data mismatch is this criteria". You can see the following code: Sub MotherPacketOP(MNbr As String, LATDT As String, CLDT As String, PRVAL As String, ASTDT As String) Dim strSQL1 As String Dim rst As...
  19. N

    Debug.Print

    So the next time I will have a bug to fix, I' will ask you in french! See you soon man, have a good night
  20. N

    Debug.Print

    AH AH AH It could be a good deal to learn french for helping me in programming! Au revoir alors, until the next bug!
Back
Top Bottom