Search results

  1. 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...
  2. 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,
  3. 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...
  4. 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,
  5. 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
  6. 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
  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

    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...
  9. 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.
  10. A

    Add New Field

    How can I programmatically add new field on an existent table.
  11. 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
  12. 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...
  13. 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...
  14. 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.
  15. A

    I face # Delete problem, Please help me

    Dears, I am working on Access 2002. I made a Data Source Name (DSN) to connect me to the Microsoft SQL Server Desktop Engine (MSDE). This ODBC connection works very fine and I can make Importing of Tables from this MSDE database very easly. Becasue the system I works in is time sensitive which...
  16. A

    How to add the Timer control to the Toolbox

    Hi I am working on the Access 2002. I need to know how to add the timer control to the form so I can use it inside the code. It doesn't appear in the Toolbox. PLEASE ADVISE ME. thanks
  17. A

    Problem With AutoNumber

    I have a problem with autonumber This is problem is that the autonumber is continuing increasing even if all the table records deleted. What I want is that the autonumber is incremented start from zero and not from the its last counter before the deletion process. For Example, If My Table has 5...
  18. A

    How Can I Write a validation Rule That Prevent Repeating Value

    I am working in a Continuous form. One control in this continuous form is Combo Box. As The select new value in this combo box so new record is added to this form, I want to use a validation rule on this combo box so the user will not be able to select a new value that was already selected...
  19. A

    Please Help me finding the waiting fucntion in VB

    I know that this Forum is for Access Programming, but because I need this issue urgently, I use this honored forum. The required thing is a very easy for a bigginer programmer, My question is that How can I use wait fucntion. I mean is there a wait function in the VB. I need to make animation of...
  20. A

    Could you please provide me a Logo

    Dear I have developed an access project used as Archiving System. For better user interface, I need to use a logo that is related to this system. Could you please help me by suggesting a logo for this system.
Back
Top Bottom