Search results

  1. C

    Export report in PDF format and send it to email through outlook

    I am using Visual Basic 6 so how can use this code on it ?
  2. C

    Export report in PDF format and send it to email through outlook

    Dears Hope you are doing well . I search through internet to find a solution to extract data report in PDF format in first stage and then send it to email using outlook but i did not found a clear solution for this so if there anyone can help me on this i will appreciate that . I don'h have a...
  3. C

    Search using Combo Box and Filter the results in text boxes

    The program should be work as below :- - Retrieve all Users ID in combobox where the Users ID is a field on the database. - Choose User ID from combobox after that the values which related to that user ID should be listed in text box . Hope this clarify my enquiry
  4. C

    Search using Combo Box and Filter the results in text boxes

    TO: Thanks its worked but which code should be modified to show values in combobox
  5. C

    Search using Combo Box and Filter the results in text boxes

    Thanks but there is an error returned: invalid outside procedure , what that means ?
  6. C

    Search using Combo Box and Filter the results in text boxes

    Thanks for your help but could you please assist me with a code to connect to database as i am using database with extension .accdb and all codes available is for mdb database. Note : I want to use a code to connect to database.
  7. C

    Search using Combo Box and Filter the results in text boxes

    Dears I am trying to do a small program on VB 6.0 to find the records in database and print it in text box based on combo box selection but i failed to find a code which allow me to do this. Any help please.
  8. C

    Search and Update the record that meets criteria

    My questions are :- - I want to prevent users to move to next record by pressing tab button . - I want to prevent users to edit records not related to him . - I want to the user to move to next record which belong to him only by using command button .
  9. C

    Search and Update the record that meets criteria

    I test it and its working fine but i raise two question mentioned above to help me :)
  10. C

    Search and Update the record that meets criteria

    Also i face an issue as there s a dialog box appeared to save changes manually after each time of closing the form so is there a solution for it
  11. C

    Search and Update the record that meets criteria

    Thanks a lot its working fine and this due to the quotation I would like to thank you for all thing to serve me on this issue but i have below two questions :- - How can prevent users to move to next record using tab button ? - How can users move to next record which related to same user only...
  12. C

    Search and Update the record that meets criteria

    Thanks for your help but it returned error 3061 too few parameters, expected 5 , what is it mean ?
  13. C

    Search and Update the record that meets criteria

    Thanks a lot for you kind help but i want to ask if this code filtering the results based on combo box entry
  14. C

    Search and Update the record that meets criteria

    Thanks for you but the code is missing the below : - Go to next record automatically where the record met the criteria.
  15. C

    Search and Update the record that meets criteria

    Can you please advise me because i am still beginner on this area
  16. C

    Search and Update the record that meets criteria

    I know but the company which i work on it is not allowed Modules and Macros , that's why i am going to create a code for this and solve the issue which i face in my company Can you help me find a program which find a record and made update on matched records only ?
  17. C

    Search and Update the record that meets criteria

    Please note that the below code used to retrieve the specific record based on some criteria and then doing update on the selected record but the issue is that the below code is updating all records in the table and i need your kind support to solve the issue. Private Sub Search_Click()...
Back
Top Bottom