Predmet:Re: windows7
  
  
  ništa od ovog ne pali 
 možda vise pojašnjenja može pomoci
 Na evenu polja interna imam
 Private Sub interna_GotFocus()
 Refresh
 Me!INTERNA.Dropdown
 End Sub
 Klikom na polje dobijem
 The expression on GotFocus you entered as the event property setting produced the folloving error:A problem occured while Microsoft Office Access was communicating with the OLE server or 
ActiveX
 control
 U helpu ovog messagea je slijedece:
 Visual Basic for Applications (VBA) encountered a problem while attempting to access a property or method. The problem may be one of the following:
•    A reference is missing.
•    For help restoring missing references, see the Microsoft Knowledge Base article 283806.
•    An Expression is misspelled.
•    Check all expressions used in event properties for correct spelling.
•    A user-defined function is declared as a sub or as a private function in a module.
•    Expressions can resolve a user-defined function only if the function is declared as one of the following:
•    A public function in a module
•    A public or private function in a code module of the current form or report
•    Security in Access is set to Medium or High and the Microsoft Jet 4.0 SP8 update is not installed.
•    A more recent verion of Jet 4.0 must be installed for Access to function properly when security is set to Medium or High. To obtain the latest version of Microsoft Jet, go to Windows Update.
 Zakačene reference:
 Visual Basic for Application
 Microsoft access 11.0 Object Library
 Microsoft DAO 3.6 Object Library
 Microsoft ActiveX Data object 2.5 Library
 MouseWheel