Search results

  1. V

    Solved Can i make a shortcut menu with levels ?

    You are a magician , Simple and perfect , Thank you so much exactly what i needed .
  2. V

    Solved Can i make a shortcut menu with levels ?

    Hello , Here is the demo you asked for , In the attached db you will find a form with shortcut menu contains the following : Open Form : I need a sub menu from this containing a list of forms in my db with captions , When i press a form name it opens. Open Report : The same idea as above . Open...
  3. V

    Solved Can i make a shortcut menu with levels ?

    Ok i will wait for me , Thanks
  4. V

    Solved Can i make a shortcut menu with levels ?

    Thank you so much for your help.
  5. V

    Solved Can i make a shortcut menu with levels ?

    Hello Again i tried to modify your code as i understood and had some problems , Here is my mod Public Function MyShortcutMenu() 'thedbguy@gmail.com '2/14/2022 Dim cbar As CommandBar Dim btn As CommandBarControl Dim btn2, btn3, btn4 As CommandBarButton Set cbar = CommandBars.Add("MyPopup"...
  6. V

    Solved Can i make a shortcut menu with levels ?

    Thanks for your reply , You already lost me there o_O 😅 Could you please make a demo db to look at , It will be easier for me to understand it with example . Thank you so much
  7. V

    Solved Can i make a shortcut menu with levels ?

    Perfect , Exactly what i’m looking for , Thank you so much . I will try to modify it if i faced a problem i will get back to you . Thanks again
  8. V

    Solved Can i make a shortcut menu with levels ?

    No problem bro thanks for your help , i will be waiting .
  9. V

    Solved Can i make a shortcut menu with levels ?

    Thanks , Here is the sample DB with shortcut menu .
  10. V

    Solved Can i make a shortcut menu with levels ?

    something is wrong with the site
  11. V

    Solved Can i make a shortcut menu with levels ?

    I already looked , Didn’t find what i’m looking for . Just found commandbars which i already using .
  12. V

    Solved Can i make a shortcut menu with levels ?

    Hello guys , I can do a standard shortcut menu with commandbars method but can i make a shortcut with levels like windows using VBA ? Thanks in Advance .
  13. V

    Solved How to use oldValue after updating the record in subform

    Perfect , Thank you so much it is working now . What about #2 Request can it be done ?
  14. V

    Solved How to use oldValue after updating the record in subform

    Thanks for reply , I Did that not working Private Sub Form_AfterUpdate() Audit End Sub Could you please edit my attachment as demonstration ?
  15. V

    Solved How to use oldValue after updating the record in subform

    I haven’t here is the link https://stackoverflow.com/questions/71108247/how-to-use-oldvalue-in-subforms
  16. V

    Solved How to use oldValue after updating the record in subform

    Hello Guys , I came across with this code , It is an audit trial code : Public Function WriteAudit(frm As Form, lngID As Long) As Boolean On Error GoTo err_WriteAudit Dim ctlC As Control Dim strSQL As String Dim bOK As Boolean bOK...
  17. V

    Solved How can i upload or download a file from Google Drive In VBA ?

    it will be used on different PCs i can’t map or use synchronizing folder
Back
Top Bottom