Recent content by mchoud

  1. M

    make exe

    Hi All I have Ms Access 2000 professional and run time version, could you please help, how do i can making executable file for program created with Ms Access 2000. Thanks
  2. M

    accessing old mdb file without using ms access

    manipulating mdb file without using vb or ms access Dear all Thanks about all of your reply regarding with this my question. The complete problem is, i have an instrument which generating mdb file that only which only can be edited by using ms access 2.0. When i tried to modifying by using Ms...
  3. M

    accessing old mdb file without using ms access

    Dear all I would like to open or modifying my old mdb file, withoud using ms access, is there a way for do it, Can i using dsn and how ? Thanks Kholid
  4. M

    Always blank form problem

    Dear All I have a reminder application that run for checking any expired saved document at SQL and giving reminder to the competent user. The problem is, when i opening this program and then minimizing it. There is a blank form when i try to re maximize this application. Please see the...
  5. M

    attachment by using sendobject

    Closed Hi All Thanks very much about all of the information. I have got successfull trick to sending email from Access as per the above article refference. Thanks once again. mchoud
  6. M

    attachment by using sendobject

    How do i can send email using send object and including an attachment for it. This is my module DoCmd.SendObject , , , "&GetEmail(strToUserName)&", , , "Subject: Document Reminder - " & " You have a waiting document " & [strDocNum] & ", need to be " & [strAction] & ".", "You have a waiting...
  7. M

    sub form and table key problem

    Hi Ally, I have tried to change the property but the message still appeared, could you please try to open bincard form, and then create new, and add the action no , action date and so on. Thanks
  8. M

    cannot add record at the sub form

    HI, Wondering if anyone can suggest what I am doing wrong. I recently added some subforms with one to many links to a tabbed form that I have. Since adding the subforms the rest of the form will not let me adding any records. The subforms are working fine, whenever I try and entre data into...
  9. M

    sub form and table key problem

    Dear All Could you please help me to infor why the follwing attached database could not entering new action no. from the sub menu. I need your help. Thanks
  10. M

    join key of table

    Hi all I have a problem in query, i have creating a query, but when i try to add a new record there is an error message " Cannot add a new record, join o the table xxx is not in record set " What is it mean ? Thanks mchoud
  11. M

    asign var velue with sql

    Hi Fizzio Thanks about your help, all of that code has working as required. Thanks once again Regards Mchoud
  12. M

    asign var velue with sql

    Hi Fizio Thanks very much about your quick solution, it has functioned as required. If you don't mind i want to ask about the following code, why when i using this code, there is a message about data type mismatch ? Private Sub contro_id_BeforeUpdate(Cancel As Integer) Dim rst As...
  13. M

    asign var velue with sql

    Hi Fizio When i try using you above code, ther is a run time error 3075 appeared. Syntax error in string in query expresion '[contro_id]='11' 11 is new entered value. What is it mean ? Thanks
  14. M

    asign var velue with sql

    Hi Fizio Truly i have would like to cek for every entered data, in case the entered data has present at the table i want to give a message box, this is my complete code, or may be you have efficient way for it. Private Sub contro_id_BeforeUpdate(Cancel As Integer) 'Dim dbs As Database, rst As...
  15. M

    asign var velue with sql

    Dear all I have a problem with this code, what is the mistake set rst=dbs.OpenRecordset ("SELECT bincard.contro_id FROM bincard WHERE (((bincard.contro_id)="&me.contro_id&"))), Could you please help Thanks mchoud
Back
Top Bottom