Search results

  1. A

    How can I get the Sum of the group values in a report

    Thanks alot for this help and the attached file
  2. A

    How can I get the Sum of the group values in a report

    I have a very simple table with fields: INDX: type of text AMT: type of number Sample of Data: INDX AMT 1023 329.254 1023 2698.213 3456 10025.236 3456 65.365 3456 995.698 2495 768.369 When I came to show it...
  3. A

    How to programmatically disable the "Security Warning" screen?

    How can I digitally sign the code that turn off security?? Please advise. Thanks,
  4. A

    How to programmatically disable the "Security Warning" screen?

    How can I, by using the VBA, disable the "Security Warning" screen which appears one I open the MDB file?? Please advise. Thanks,
  5. A

    The progress bar doesn't support this property or method

    I developed a software using MS Access 2003. I have imported a new progress bar control and used it. It was working properly. After more than two years, I back to this software and tried to run it on another computer. A problem is arise now giving a message "the object doesn't support this...
  6. A

    What are the problems when upgrading from 2003 to 2007?

    I have a software developed by Access 2003. I would like to upgrade it to 2007, and I know there are several problems that will arise. Can anybody list such problems? Thanks,
  7. A

    How can I encode MS Access Database

    Hi I want a help. I have access database with forms and tables and other objects. What I want is to hide all the objects so the user can not view the forms or any other objects and only use the interfaces that appears to him automatically. Thanks
  8. A

    How can I encode MS Access Database

    Hi I want a help. I have access database with forms and tables and other objects. What I want is to hide all the objects so the user can not view the forms or any other objects and only use the interfaces that appears to him automatically. Thanks
  9. A

    How can I encode MS Access Database

    Hi I want a help. I have access database with forms and tables and other objects. What I want is to hide all the objects so the user can not view the forms or any other objects and only use the interfaces that appears to him automatically. Thanks
  10. A

    Run-Time error '2001':You cancelled the previous operation.

    I am using the timer event Private Sub Form_Timer() CName = DLookup("Name", "VisCardholders", "Indx=" & CIndx) End Sub
  11. A

    Run-Time error '2001':You cancelled the previous operation.

    I don't know why this error message appear. this message appear when I a lookup function is run. The code statement that genrate this error for me is: CName = DLookup("Name", "VisCardHolders", "Indx=" & CIndx) Dim CIndx as long CIndx=50025 The VisCardholders is a recordset consists of two...
  12. A

    How to automatically Print the Source Document Linked to OLE Object

    Please Help Me. I Need This Very Urgent.
  13. A

    How to automatically Print the Source Document Linked to OLE Object

    I have OLE Object connected to a source Document. Each time I change the source document to a new one by using the sourcedoc property and action property. What I need is how to programatically print this document.
  14. A

    Add New Field

    Please give me both ways DAO and ADO Thanks
  15. A

    Add New Field

    How can I programmatically add new field on an existent table.
  16. A

    TextBox Text Direction

    Is there a way to set the text direction in the textbox to be vertical instead of horisental. Or is it possible to rotate the text box to set it to be vertical instead of horisental. Thanks
  17. A

    Continuous Form Question

    Thank you very much Mr. Pat Hartman for your reply. But I want is to automate the property setting fot the control by using the code. For example I want to set the tag property of the current control to 2372 when the event LostFocus and the value of this control(textbox) is "Na". suppose that...
  18. A

    Continuous Form Question

    The problem is that I have a recordset Rosters. Fields are ShftDay, A, B, C The ShftDay is distinct field. I have continuous form mapped to this recordser. This continuous form have 4 text boxes, each is mapped to one of the recordset fields. The user can edit these fields. What I want to do is...
  19. A

    Criteria Problem Question

    I have a very important question. It is logically easy but the problem is how to write the criteria. it is as follow: I have table "EmpCardholders". It consists of the fields: -Name as text -CardNo as text -JoiningDate as date/time None of its fields is indexed (distinct). it could be...
  20. A

    How to add two dates

    Hi I want to add Hours to a date value. For example the date value=05/04/2005 18:12:35 I want to add three hours to that date value so the new date value will be 05/04/2005 21:12:35. Is there operatior to add dates.
Back
Top Bottom