Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ameedoo3000

    Clear all table contents without deleting records

    Hello everyone I want to clear the contents of all the fields in a table without deleting the records There is a code (SQL Update Field) but it updates each field separately and the table contains many fields Is there a way to clear all the contents of the fields without deleting the records in...
  2. ameedoo3000

    animation waiting

    Hello everyone How do I make a waiting mark (animated) when any event is run in the form until it is finished?
  3. ameedoo3000

    switch between two open database

    hi every body I already have two Access databases open at the same time. I want to switch to another database through the first one using the vba code. thank you
  4. ameedoo3000

    format partition by vba code

    hello every body i want to know how to format any partition in my hard disk by vba code from my access database thanks
  5. ameedoo3000

    Format Partition with VBA Code

    hi every one i want to format any partition on my hard disk using VBA code from my access database how can i do that thanks
  6. ameedoo3000

    show command box

    hi everyone Is it possible to show the command box in the form after converting the program into an executable file?
  7. ameedoo3000

    Rename current database

    hi every body how can i rename my current databse automaticly after it closed by vba code
  8. ameedoo3000

    rename current database

    hi every body how can i rename my current database after close it automaticly with vba code
  9. ameedoo3000

    Codes related to the system

    I want to know the codes of the related works 1- Turn on and Turn off monitor 2- Shutdown and Restart the computer 3- play audio or movies files on the form
  10. ameedoo3000

    Send a message to an email

    What is the code for each message sent to a specific email when a form is opened?
  11. ameedoo3000

    COPY INDEXES

    Hi all how can i copy the INDEXES from table to another table
  12. ameedoo3000

    Open File location

    Hi all i want to copy my table.dbf to Excel file by code .but i want to open location to save the file . how that? i was use "copy to c:\table_name.xls type xl5" . now i want to open the any location to save the file."by code". Greetings Ahmed
  13. ameedoo3000

    combobox alignment

    hi all why the center alignment in the combobox not shown !?
  14. ameedoo3000

    Control Source Error

    Hi all There was a problem selecting the data source with expression builder As shown in the pictures below. Please explain why and solve the problem Greetings ِAhmed
  15. ameedoo3000

    compression the columns

    Hi all I have a two-column report - the first column for boys and the second column for girls How can any column be pressed to reach the required number of students on the same page? For example, the number of boys is 25 and the number of girls is 15 What is required is how the column of the...
  16. ameedoo3000

    Mistakes incomprehensible reason

    Hi all I have a small project that contains a student's name and grades in the exam. When I set a score, I want to collect the grades automatically in the form without having to query or view. This has already been implemented and in the interactivechange event of the column where the grade has...
  17. ameedoo3000

    make remote view from access table mdb

    how can i make remote view from MS access table tried a lot but the data is not clear and every time I open the remote view asked to locate the database again. What do I do and what is the best way to connect the Access table to the Fox Pro.
  18. ameedoo3000

    count field groups

    hi all how can i count the groups in any filed of the table and put the results in a variable ? in count command " count to (variable) " i want that but counting the groups in on filed. i looking for SQL statment "SELECT COUNT(Distinct Field_name)from table_name".but i can not control putting...
  19. ameedoo3000

    An executable file on a local network

    hi all Is it possible to have work on the Visual Fox Pro project through a local network such as Access The question may be naive but there are some errors that have emerged in this experience so much so I thought it was impossible to work on the same executable file through the local network...
  20. ameedoo3000

    Replace all field data

    hi all ( ramadan kareem ) i want to ask how can i replace all filed data from any table to another filed in another table ( table1.id to table2.id ) Greetings Ahmed

Part and Inventory Search

Back
Top