Search results

  1. P

    Changing the default caption YES/NO to another language

    Hello and nice weekend to all, I would like you to teach me something if possible. when I use If MsgBox("Would you like to save now ? ", vbYesNo) = vbYes Then ... Access opens a dialog box with 2 buttons, Yes and No. Now my question. Is there a possibility to change the caption of this...
  2. P

    Total per page

    Hello Grand community, I have a problem, I seek your advice I would like to know how can I calculate totals per page. Ex: I have some items that span across 10 pages, but I would like to be able to show in the paper I printed to my client, the total per page corresponding to the itens showed...
  3. P

    Compact a MDB file on Form button

    Hi, I have 2 files db_main.mdb db_tables.mdb 1 - Can I create a form with a button on db_main.mdb that will compact (and repair) db_tables.mdb without any dialog box or without going to the menu? Thx in advance for any help. Cheers
  4. P

    Access ERROR Runtime error '429' - HELP

    Hello Grand Comunity, I am in need of your assistance I don't know what happened between yesterday and today but a rather strange problem occur everytime I try to open a form of a database I am creating... Side note: Using Access XP When I try to open it it opens a dialog box saying Runtime...
  5. P

    Relink tables without user intervention

    Hello all, 1 - I'm creating a database splitted in two: The front end with forms, queries, reports, balbla; and a mdb where the actual data and tables are. On the welcome form I have a code to read inside a INI file I created that reads where the DATA.mdb is. IF the DATA.MDB is not on place the...
Back
Top Bottom