Search results

  1. L

    Access 07 Search Style

    Hi, Is there any way to make search text box like Access 2007 search text box in the navigation? :confused:
  2. L

    Set Page Margins

    Hi folks, I want to set report margins on report's open. What should I use? Example please... :p :D
  3. L

    Duplicate Control...

    Hi, I want to add folder names to my table. Without duplicate. But how? Here is the my code: Dim FSO As New FileSystemObject Dim f As Folder, sf As Folder If FSO.FolderExists("C:\Test") Then Set f = FSO.GetFolder("C:\Test\") If Not f.SubFolders.Count = 0 Then For Each sf In...
  4. L

    Crash

    Hi, I have a problem with reports again. :p I want to close my report in the opening, if there is no record. For this thing, I can use "On No Data" event. But if I use this event for closing the report, Access crashes. Because pop up property of report is on. If the property is off, Access...
  5. L

    Bug?

    Hi, I have a problem. In Access 2007, If I change default value of some report properties (For example; Border Style, Close Button, Min Max Button, Movable, Show Page Margins), Report returns to Design View if i press the ESC key in the Print Preview. Also it is same in ACCDE. I tested it. So...
Back
Top Bottom