Search results

  1. 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...
  2. A

    How to add the Timer control to the Toolbox

    Thanks A lot
  3. A

    How to add the Timer control to the Toolbox

    But I cant add the Timer control itself to the form because I can't find it in the toolbox. How can I add the Timer control first to the form. Thanks
  4. 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
  5. 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...
  6. 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...
  7. A

    Please Help me finding the waiting fucntion in VB

    The Timer Control will not be useful here. This is because that the statements I wrote in the same event of the command1. This will cause that these statement will be executed one by one in a sequential order in a very fast running. What I want to do is to separate between them in execution. To...
  8. 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...
  9. 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.
  10. A

    How to access the Clipboard

    How to access the Clipboard in MS Access without using external function like the Win API. Is there a direct function of MS Access to access the content of the clipborad and copy its contant using automation. Regards,
  11. A

    I am searching for free icons collection

    I am developing a database software. I want to build an attractive interface for it. for this reason I am searching for a free collection of icons. So I can use these icons as a front for the buttons in this interface. I will highly appreciate helping me finding this free collection.
  12. A

    I hope you to help me in this issue

    I am now developing a Human Resources Software. One of the properties of this software that it should provide the ability for its user is to attach scanned documents for a specific user into his electronic file. For Example, I have an employee called Raul and I want to attach a collection of...
  13. A

    Microsoft DAO 4.0 Object Library

    Where Can I found the Microsoft DAO 4.0 Object Library dll file Regards
  14. A

    ADO Connection

    I know how to set the ADO properties like Database and Recordseource by the properties pallate. Please give me a simple code through which I can refer to the ADO underlined Recordser Question: Is the ADO underlined Recordset Read/Write
  15. A

    Command Buttons Back Color

    Hi How can I change the back color of a command button automatically (By Code). Regards
  16. A

    Send Email Automation Problem

    When I try to use automation to send email by MS Outlook using Access 2000, A message appears "A program is trying to access email addresses you have stored in Outlook. Do you want to allow this?. If this unexpected, It may be a virus and you should choose No" How can I disable this message so...
  17. A

    Data Access Page

    Is Data Access Page is the same as the ASP?
  18. A

    VB Script help reuired

    I want to write a small VB Script code on Data Access Page on MS Access 2000 to do the following -when Click the Label (A) , I want to load all the data from table AllRecords into table CurrentRecords. The AllRecords and CurrentRecords tables are Local tables in the Access Database Regards,
  19. A

    QueryDef Help Required

    This is my sql INSERT INTO CashBal_ACVW_ENTRIES ( AC_NO, DRCR_IND, LCY_AMOUNT, AC_ENTRY_SR_NO ) SELECT SICOLIVE_ACVWS_ALL_AC_ENTRIES.AC_NO, SICOLIVE_ACVWS_ALL_AC_ENTRIES.DRCR_IND, SICOLIVE_ACVWS_ALL_AC_ENTRIES.LCY_AMOUNT, SICOLIVE_ACVWS_ALL_AC_ENTRIES.AC_ENTRY_SR_NO FROM...
  20. A

    QueryDef Help Required

    Hi, I am trying to pass parameter to an existence query in my database but it doesn't completed successfully as follow: dim myqd as querydef dim db as database set db=Currentdb set myqd=db.querydefs("CashBal_Load_New_Entries") myqd.Parameters("MaxEntry") = MaxEntry myqd.Execute The...
Back
Top Bottom