Search results

  1. ZKHADI

    Multiple select combobox Subject add to a textbox

    yes but the problem is when fill in word these subjects still empty. so i need to put these subjects to the textbox then it will fill in word. directly fill in word from combobox is not working
  2. ZKHADI

    Multiple select combobox Subject add to a textbox

    hy buddies: i have a form with multiple subject combobox. the problem is that the combobox selected subjects are not putting in textbox. if select one subject then it updated in textbox but if select more than 1 the old 1 subject also disappear. i coded the combobox on click even as shown in...
  3. ZKHADI

    VBA Code to Module error

    thanks it worked love you bro
  4. ZKHADI

    VBA Code to Module error

    thank you brothers i replace . in place of !... and it worked...
  5. ZKHADI

    VBA Code to Module error

    in first picture the StudentRecord Form the Button on click calling the Module in 2nd Picture the module and the module code
  6. ZKHADI

    VBA Code to Module error

    only 2 boxes updating but 3 still blank and the code is correct why like this?
  7. ZKHADI

    VBA Code to Module error

    hey buddies.... i had a code of Fill word from access which was a function in which this line .FormFields("StudentName").Result = me.Student_name work properly. but i need multiple fillword files like character certificate , leaving and more. this code if i copy multiple time in vba so it...
  8. ZKHADI

    Fill word with Ms Access

    problem fixed but the file open with empty textboxes.........
  9. ZKHADI

    Fill word with Ms Access

  10. ZKHADI

    Fill word with Ms Access

    how?
  11. ZKHADI

    Fill word with Ms Access

    now this error came
  12. ZKHADI

    Fill word with Ms Access

    Function fillwordform() Dim appword As word.Application Dim doc As word.Document Dim Path As String On Error Resume Next Error.Clear Path = "D:\College Database\Documents\CharacterCertificate.docx" Set appWord = GetObject("word.application") If Err.Number <> 0 Then Set appWord = New...
  13. ZKHADI

    Fill word with Ms Access

    hey guys ! need help! i got a code and i created a word document with textboxes. i paste the code but it have some error could anybody fix it? this code is about old version of Microsoft office and i am using 2013 . see below image and check code
  14. ZKHADI

    Solved Afterupdate code error to update data from Child form to Parent form

    hy buddies! see below there is an image Parent Form = StudentRecord Parent textbox = CurrentFacultySemester ChildForm = FeeFormSheet Childform Combobox = Faculty i applied the afterupdate event on childform / Faculty combobox to add new fee and...
  15. ZKHADI

    Dlookup Not working after restart Application

    no this idea is bad
  16. ZKHADI

    Dlookup Not working after restart Application

    NO brother i cant upload the image for every student in table. the dlookup function is made for once upload and use for all. but in this case everything perfect only on restart application mean close and open i get this error that the logo still exist in table but dlookup is not picking up
  17. ZKHADI

    Dlookup Not working after restart Application

    i made separate table for details where i put details of bank and college name and logo. then i dlookup for image in image box... other details still exist only image disappear after restart application.
  18. ZKHADI

    Dlookup Not working after restart Application

    hy buddies. my database in Access is having a problem. when i upload image and the dlookup work and the image updated every where. but when i close access and restart then the image is not showing. again need to upload. what is solution? see image
Back
Top Bottom