Recent content by Lord Justin

  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

    Thanks...:)
  3. L

    Set Page Margins

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

    Duplicate Control...

    Thank you very much... :p
  5. 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...
  6. L

    Crash

    Now I tested it with button, it gave me the error message. :D Anyway thanks. :)
  7. L

    Crash

    Code works well. But it didn't give any error message.:D Is this normal? Maybe this is only for previous versions of Access? I'm using Access 2007:rolleyes:
  8. L

    Crash

    I think this is the easiest way.:confused: If there is no record in the report when I open it, it automatically closes.
  9. L

    Crash

    It only crashes and restarts the Access.
  10. 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...
  11. L

    Bug?

    :D Anyway, thanks. I've sent a feedback. Do you think they can do something for it? Maybe I should wait SP1. :rolleyes:
  12. L

    Bug?

    What will I do if I want to use both view? :D
  13. L

    Bug?

    But when I open the report from Navigation Pain, it occurs again.:rolleyes: You can try it yourself. I sent all files.(ACCDE, ACCDB) Shortly, this situation occurs when I: open the Report from Navigation Pain and then switch to Preview. open the Report in Design Mode and switch to Preview...
  14. L

    Bug?

    Why doesn't Access only close the Preview and return to Normal View? Why does it return to Design if I press the ESC? This issue also occurs in ACCDE. Do you think this is normal? I think this is a security issue. Because this thing only works when I change some report properties. :confused:
  15. 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