Search results

  1. D

    Prevent links via ODBC

    Guys, I have an Access db with some sensitive material. I have more or less set up its security, the only thing bothering me is that I can not prevent anybody to connect to the db via ODBC links. Do you have any idea how this can be solved? Thanks
  2. D

    Change menu language

    Thanks gemma-the-husky, My problem is when I try to display the text I define as active. I can not use any function in the menu caption bar. Please see attachment. Thanks
  3. D

    Change menu language

    Guys, I search the forums but did not find the answer to this: I have custom menus and forms in my database. What I want to have is an option that the user could change the language in which the menus and forms are displayed. I thought about a table where I translate all menus into different...
  4. D

    Disable close button

    Hello, I would like to disable the close button on the title bar of my MSAccess application. How can I do that? Thanks Tamás
  5. D

    random number generation

    Thanks for your help
  6. D

    random number generation

    Hello, I have this query: SELECT UNIT.Code, Rnd() AS Expr1 FROM UNIT; The problem is that in the Expr1 field all the numbers are the same. I would like to have random numbers that are different for each record (generate new random number for each record) Thanks for your help Cheers
  7. D

    Sending Meeting Request to Outlook

    Hello, I am attempting to put together a database (MSAccess 2000 based) and I want to have an option there to send meeting requests and book resources automatically in MSOutlook. Is there any way to do that? Thanks
Back
Top Bottom