Recent content by bee55

  1. B

    Create My Own Menu Bar

    that's great thanks very much :love::love::love:
  2. B

    Create My Own Menu Bar

    first of all, thank you very much. i have just create a custom ribbon , and my custom tabs , now, How i create my own button with custom action ?
  3. B

    Create My Own Menu Bar

    a custom Ribbon uses access menus but i need my own menu to reach my reports and forms from my own menus
  4. B

    Create My Own Menu Bar

    Hello every one how do i design my own Main Menu Bar and display it instead of access menu bar thanks
  5. B

    Question Access Developer Extension for Office 2013

    but when i hide the navigation window and full menus, the user can still access the privacy option and he can show navigation menu again
  6. B

    Question Access Developer Extension for Office 2013

    Dears, i need Extension for Access Developer 2013 i try to make Accde File but it show me: your database is big size also on Accde file , there is a chance to delete table , i don't like that
  7. B

    Order Return Form, in Northwind

    sorry it is ecceed the maximum allowed size it is 27 MB and maximum allowed size for Accdb only 2 MB
  8. B

    Order Return Form, in Northwind

    Yes, i mean Back orders
  9. B

    Order Return Form, in Northwind

    Hi every body I'm working on northwind database, i would like to add a form to handle Order Returns i want to make a button in order Return form to clone the specified data in sales order and retrieve its data to the order return form thanks
  10. B

    Resume Next and Remain in the loop

    this solved the issue, but if i find a code to resume next on the duplication error only will be more better
  11. B

    Resume Next and Remain in the loop

    exactly i need the code on error to resume next but not all error only duplication error i always run the function on more than one folder. so the duplicate files often appear
  12. B

    Resume Next and Remain in the loop

    Hello i have the following code to get file list from specified directory: Dim db As DAO.Database Dim TB1 As DAO.Recordset Dim p As String, x As Variant Set db= CurrentDb Set TB1 = db.OpenRecordset("Table1") p = "E:/Reports /*.xlsx" x = GetFileList(p) Select Case IsArray(x)...
  13. B

    Get Work sheet Name and last row

    this solved issu thank you very mush
  14. B

    Get Work sheet Name and last row

    i have set the referance ( Microsoft Excel 14.0 object library ) is that you mean ?
  15. B

    Get Work sheet Name and last row

    when i press the button at first time it work fine and give a right result . but when i press the button a gain it produce error i think the problem on closing excel application , because if i open task manger and close excel file and then restart the database it work fine also
Back
Top Bottom