Search results

  1. A

    Cannot open database

    Hi Andy, As you cannot open your DB, create a new blank DB and import all objects (tables, forms reports, macros, modules, etc) from your non functional DB to this new DB. It may solve your problem.
  2. A

    Cannot open database

    Hi Andy, As you cannot open your DB, create a new blank DB and import all objects (tables, forms reports, macros, modules, etc) from your non functional DB to this new DB. It may solve your problem.
  3. A

    Deploying Access DB

    Hi Nanscombe, Thanks. I got complete instructions from http://www.addictivetips.com/microsoft-office/access-2010-windows-installer-package-solution-wizard/
  4. A

    Cannot open database

    Hi Andy, I cannot figure out what is preventing your DB from opening. Try exporting all objects of the DB to a new DB and see if the new DB will work.
  5. A

    Cannot open database

    Have you set any startup options? If true, try bypassing startup options by pressing the shift key while openning the app.
  6. A

    Deploying Access DB

    Hi, I asked this question and nobody responded, may be I am not clear enough. In simple terms I want to check if the computer I am deploying my Application has Access 2010 installed. If Access 2010 is not installed then Access 2010 runtime to be installed and force the application to use the...
  7. A

    Deploying Access DB

    Hi, I want to distribute my application to various clients at multiple remote locations for data input. After capturing the data a copy is to be returned to me so that I can synchronize input from various location into a master DB. I used Access 2010. My problem is, the remote computers may or...
  8. A

    Relation database

    Re: Relation daabase Hi Fabrizio, I have examined your db and I've you have established some relationship like the One-To-Many in the PTS fields in Recovero and AnesTesia tables. What is your problem precisely?
  9. A

    Linking Fields between two Tables

    Hello. Question. These two tables do they contain same records?
  10. A

    putting data from table to form with vba

    Let me first understand your problem. 1. Are the AutoNumber and the Order_Number Fields in the same table? 2. Is this same table the recordsource of the form?
  11. A

    Open another report if field is null

    What you need is a user form with a combobox to select an option tied to the field. Then a command button on the form. The OnClick event of the command button should include a code to evaluate the value of the field, if null open short report, else open long report.
  12. A

    Open another report if field is null

    Hi, Let me first understand your problem. The two reports are they bound to the same recordset ie table or query?
  13. A

    Hide File tab in Access 2010

    Yes I have added a 'custom' File tab to my custom ribbon. I can remove or rename it to something else, but access will still add a File tab to my ribbon.
  14. A

    Hide File tab in Access 2010

    Sure the table is USysRibbons and there are no double entries. the first 'File' contains buttons that I didn't create, so I know the tab is added automatically by access, and there is no mention of it in the USysRibbons table. In fact all my custom ribbons have the File tab automatically...
  15. A

    Hide File tab in Access 2010

    Yes the xml was in a system table and it worked fine in 2007. However I do understand that the file menu replaces the Office Button in 2007, so instead of the office button which I can tolerate, I am landed with two 'File' tabs.
  16. A

    Hide File tab in Access 2010

    Hi, I just upgraded to Access 2010. I was able to solve all migrational issues, but my custom ribbon is showing two File tabs, one that I created and the default access file tab. Any idea on how to get rid of the default File tab or at least disable it?
  17. A

    update throwing error

    Yes. It the missing space between l and dot.
  18. A

    update throwing error

    Yes. However the code should be an event proceedure or a module to be called when you want the table to be evaluated.
  19. A

    update throwing error

    Hi, What I meant was use the Dim statement to declare the variables eg. Dim varWnt as long Hope am clear enough.
  20. A

    BE in the Clouds

    Hi, I am developing a DB for an organisation with branches all over the country. Is it possible to deploy the Back-end DB in a clouds server so the it can be accessed by all branches with a local copy of the Front-end? :banghead:
Back
Top Bottom