Search results

  1. D

    F11 Setting

    bob thanks alot for support but 1. Database is too big to send. 2. Its working fine on the other users machine. I tried it on my own machine also its working fine here also. Thanks Danny
  2. D

    F11 Setting

    any clue??? Thanks Danny
  3. D

    F11 Setting

    Bob, I dont know whether i changed something by chance or it just corrected itself,but the new database have started showing allthe options.Now only the disputed one is not showing tools tab. Now this is showing allthe tabs which i jus menstion in previous mails. Thanks Danny
  4. D

    F11 Setting

    allright thats one option, but it was workng fine earlier what cud be the reason that broke it as it was working fine till day before yesterday. Thanks Danny
  5. D

    F11 Setting

    Below are the tabs i can see: File,Edit,Insert,Records,Window,Help So cant get into the settings sections. Thanks for your valuable support!!! Danny
  6. D

    F11 Setting

    yes its happening for the new database also. Tool tab is not showing up.If it wud have been database specific then i wud have jst deleted the old database shortcut and put a new one for them. Where can i change the settings to get the tool tab visible again. Thanks Danny
  7. D

    F11 Setting

    sorry i did not check that on user machine. And now its not possible to go to their machine. But one thing is sure that this is problem with that user only as other users are able to get in successfully like F11 and shift key everthing is working fine. The problem us i cant even seethe tool...
  8. D

    F11 Setting

    thanks bob, I tried to enable spl keys and allows shorthcut menu... but its not working on the user machine. I went to user machine to check the settings but i am not able to see the tools option from the user machine so i cud not get into settings. I tried to press shift and then open the...
  9. D

    F11 Setting

    And one more thing before i go to user and look for the settings, I read something about popup settings and modal settings ... can someone give brief idea whether this applies in my scenario or not. Thanks alot for all your support!!!
  10. D

    F11 Setting

    Is it something that every machine have its own settings for access databse when they are using the shortcut on their local machines. Thanks Danny
  11. D

    F11 Setting

    nop... only security is the permissions at the mdb file thats it. Thanks Danny
  12. D

    F11 Setting

    Thanks alot for support, but issue is users are using the ms access database with shortcuts on their machine.Some of the users are able to use F11 and some of them are not. Thanks Danny
  13. D

    F11 Setting

    hi there, Hiow can i make my access database to open the database window on pressing F11? Thanks Danny
  14. D

    Error 3001

    how can i check that thing? I am really new to vb Thaks alot for support!!!
  15. D

    Error 3001

    i am searching it through the form. and when i click on the debug it take me to this code.. Function GetFieldType(sField As String, sTable As String) As String Dim dbpeta As Database Dim rsTable As Recordset Dim iType As Integer Set dbpeta = CurrentDb Set rsTable =...
  16. D

    Error 3001

    hi there, when i am searching one of the table in access db i am getting below error "Run Time error 3001" Invalid Argument. It was just working fine 1 min ago. Thanks Danny
  17. D

    DDEInitiate Command

    Thanks for all your help.. Best Danny
  18. D

    DDEInitiate Command

    Thanks for reply, Yeah i got it this database is using a application AEX to scan the images and store on the other server. So can you please suggest where should i start looking for this odbc connection. Thanks Danny
  19. D

    DDEInitiate Command

    Hi there, In one of my access application one form is getting data from some other server. This below line of code is getting used. Dnumber = CStr(Forms![Results Hit List].Form![RecordId]) + I x = DDEInitiate("AEX", "ODBC") DDEExecute x, Dnumber Can some one please tell me how DDEInitiate...
  20. D

    Adding New Column

    Hi there, I am trying to add a new column to my table say name2 with data type Text. as soon as i hit save it gives me error "Unknown function Date in validation expression or default value on Contcts.LastUpdated. (Error 3388)" Any clue? One more thing what is the maximum number of columns...
Back
Top Bottom