Search results

  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

    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
  3. 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...
  4. 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...
  5. 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...
  6. 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
  7. 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
  8. 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
  9. M

    table update by form

    Dear all I have a form which one of its field control source is an expresion =[received]-[issue] What i want to know is the way for updating value of its table field. thanks Mchoud
  10. M

    Open form with criteria

    Dear All I have a problem with this code, when i exuting this code, the selected record is appeared with blank form. Is there any mistake with this code ? DoCmd.OpenForm "bincard_record_view", acNormal, , "contro_id = '" + Me.bincard_sub.Form!contro_id + "'", , acDialog, "View" Thanks mchoud
  11. M

    QueryDef definition

    Dear All I have code like the following, and when i try to run this code, there is an error message appeared " user define type not defined ? what its mean ? Private Sub Command5_Click() Dim qdf As QueryDef If vbYes = MsgBox("Are you sure want to delete the current record", vbYesNo) Then...
  12. M

    QueryDef definition

    Dear All I have code like the following, and when i try to run this code, there is an error message appeared " user define type not defined ? what its mean ? Private Sub Command5_Click() Dim qdf As QueryDef If vbYes = MsgBox("Are you sure want to delete the current record"...
Back
Top Bottom