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 Mike Lewis 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

    animation waiting

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

    switch between two open database

    Thank you very very much Finally the code succeeded in achieving my goal Greetings to all
  3. ameedoo3000

    switch between two open database

    Private Sub Command1_Click() Dim acc As Access.Application Dim db As DAO.Database Dim strDbName As String DoCmd.Minimize strDbName = "C:\Users\Ahmed\Desktop\b.accdb" Set acc = New Access.Application acc.Visible = True Set db = acc.DBEngine.OpenDatabase(strDbName, False, False, ";PWD=123")...
  4. ameedoo3000

    switch between two open database

    I have two Access databases (A) and (B). I open (A) and open the second database (B) with password 123 by pressing a button in a form in database (A). Database (B) opens but does not appear on the front of the screen and is behind the first database (A). In order to show it I have to press the...
  5. ameedoo3000

    switch between two open database

    Sorry for the inconvenience All I want is that I have database A and database B and both databases are open and I am currently on database A and I want to go to database B when I press a certain button inside the form without using the interesting button and tab I hope my goal is clear ...
  6. ameedoo3000

    switch between two open database

    Unfortunately this code did not achieve what I asked for and there is an error in the code. Is there another instead of using the Alt + Tab button?
  7. 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
  8. ameedoo3000

    format partition by vba code

    thank you very much
  9. ameedoo3000

    format partition by vba code

    Sure in doing good
  10. 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
  11. 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
  12. ameedoo3000

    show command box

    Well this is a sufficient and completely detailed response...thanks to all of you
  13. ameedoo3000

    show command box

    There was another question: Is it possible for users to create a new filter in the form in runtime ?
  14. ameedoo3000

    show command box

    I am very sorry. I went through an emergency situation that prevented me from responding. They were truly ideal and very effective solutions, and I thank you very, very much for them.
  15. 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?
  16. ameedoo3000

    rename current database

    Thank you for correcting my spelling mistakes. Thank you for your effort
  17. ameedoo3000

    rename current database

    The recommended steps were implemented correctly and what was required was implemented successfully. I thank you for that. But there is a possibility that this file () will be stolen and run on another computer. Then an error message will appear explaining that the path or name of the file has...
  18. ameedoo3000

    rename current database

    Please.. How can no error message appear in error cases? For example "file not found" error
  19. ameedoo3000

    rename current database

    Thank you very much, my dear "dhookom". It was a very perfect solution and exactly what I wanted.. Thank you very much.
  20. ameedoo3000

    rename current database

    It seems that we have fallen far from the desired goal Anyway, I will simplify things so that my goals become clear On my desktop, I have two Access files, file A has no extension, and file B has the extension. All I want is him 1- Open file B through file A after changing its extension. 2- When...

Part and Inventory Search

Back
Top