Search results

  1. C

    Pop up search form

    How to open a search form with a mouse click on Button_Search My idea is to pop up a form where user can enter the search text and select the required name and get back to the old form with all details about the entry. refered to thread t=188663 in this forum (sorry i couldn't post links) to...
  2. C

    Open word document with VB

    Hi, I am still in a confusion whetehr to use word document. I have a word document where basic changes should be made and send to the email address available in a textbox. Can anybody suggest what is the optimum way for it? Is it better to write it in the code itself and directly send it...
  3. C

    Open word document with VB

    Hi Can anybody please tell me how to denote variable in a word document. I am trying to open a word document with curresponding data filled from the text field of a form. I managed to get the word document with the help of previous pots in this forum. but I dont know how to give a variable in...
  4. C

    Logical Or

    yea clear now. thanks :) I thougth without NOT .
  5. C

    Logical Or

    Hi Thanks a lot. It worked as I changed as both of you suggested. actually I was thinking as Logical OR. (1+0+1 = 1) but that is not how considered here I think. :) Thanks again.
  6. C

    Logical Or

    Hi , thanks for the replies. I tried Nz and then I got a type missmatch error. I want to check if either of the following fields (website, email, online form) then perform the task. All the fields must not be filled. CJ London, i am not clear with your question. I have a 4 text field. If...
  7. C

    Logical Or

    Hi, I am trying to check whether either one of the following text fields are filled and only then to proceed. I used an If ElseIf loop where first criteria(name) should be filled. and minimum one textbox from rest of it. If IsNull(Me.FirstName) Then MsgBox ("FirstName Missing!") ElseIf...
  8. C

    Hello

    Hello everybody, I am a young IT professional freshly completed my graduation and doing an Internship. I am totally new too this VB access programming and I find it interesting.
Back
Top Bottom