Search results

  1. Y

    Solved Center a Form on the screen with VBA

    It worked well Thanks a lot !!
  2. Y

    Solved Center a Form on the screen with VBA

    I tried it and it worked Once again, I appreciate the help
  3. Y

    Solved Center a Form on the screen with VBA

    Thank you !!
  4. Y

    Solved Center a Form on the screen with VBA

    Hello How can I center an access form on the screen for different display resolutions? I tried auto center property from design mode but this property centers the form only horizontally Thanks in advance
  5. Y

    Solved Hide a button when pressing it

    It worked well. thank you
  6. Y

    Solved Hide a button when pressing it

    To make a simple explanation. I'll suppose that i have 3 sub forms B,C,D on the main Form A I have the back button hidden on the header of the main menu and then visible when any of the sub menus is visible and then hidden when i press it to get back to the main menu (sub menus hidden)
  7. Y

    Solved Hide a button when pressing it

    the form does not close there is form B nested in form A. The button "back" is in the header of form A. When I click on the button "back", form B will be with visible = false and we're back on the main menu which is a part of form A
  8. Y

    Solved Hide a button when pressing it

    Hi I have a button on the header of a form. when i press it, i get back to the main menu I want the button to disappear once i'm on the main menu. but i get an error message when i set the visibiity to false from within the button event. The message says "can't hide active control". Is there any...
  9. Y

    Solved Change form title

    Thanks!! It worked
  10. Y

    Solved Change form title

    I want to set the title to empty string. But it does'nt seem to work
  11. Y

    Solved Change form title

    Hi How can I edit form title (with VBA or from design mode)? Thanks in advance Edit: I want to set the title to empty string
  12. Y

    Remove row(record) from recordset

    Hi My questions is simple(i hope the answer woule be the same 😀) Can i remove an item (a row) from the recordset only(not from the database table)?
  13. Y

    "id" is not index on this table

    Hello Nothing seems to work I remade the missing module since most of code within is open source Thank you anyway
  14. Y

    "id" is not index on this table

    Ok i see. Well, i already made the imports you suggetsed. I managed to import tables, queries, forms and Class Objects. One problem left. I can not import modules. The same error keeps showing up Is there a way to fix this problem?
  15. Y

    "id" is not index on this table

    Ooops. I think deleted that table by mistake. Would that be a problem?
  16. Y

    "id" is not index on this table

    I am following instructions but as i told you earlier, when i click 'i agree' button, the app(and the access file) closes
  17. Y

    "id" is not index on this table

    There was an access app provided by Datagnostics.com to fix corrupted databases. i downloaded it and extracted as mentionned. But, when I launched it and clicked on 'I agree on conditions' button, it closed. It's worth mentionning that i noticed the app code is written in an old access version...
  18. Y

    "id" is not index on this table

    i am using office 2013
  19. Y

    "id" is not index on this table

    Hello I don't know how it happened. But when i open the database file i get the error messsage saying ' "id" is not index on this table ' Can anyone please help me
  20. Y

    Create dynamic reports

    I think i did not explain my purpose clearly and that's why i see most of you confused. I have a saved query "qrySearch" with 4 parameters: Department, EquipementType, Brand, Model I run search based on this query to get a (1) recordset to work with. When it comes to report. I drag the query...
Back
Top Bottom