Search results

  1. A

    Fonts Problem

    Hi Allowing the end user to change the Report Fonts I use a Form which the user chooses Save and pass it to the Report. Is there a way to allow the user to do it in Pre View Report, like in Ward? Thanks
  2. A

    Page Setup

    Hi, Is there any way to change the Page Orientation (Portrait/Landscape) by VB? Thanks Arye
  3. A

    calendar

    Hi, I use Windows 98 Hebrew enabled which contain an Gregorian and Hebrew calendar. Using Access 2000, How can I use the Window's calendar to translate Gregorian date to Hebrew date? (note:Hebrew date is not Hijri date) Thanks Arye
  4. A

    Sub totals

    Hi, I made a program which calculate sums let say money in the bank. The form is like that date sum sub Total 1/1/00 100 100 2/1/00 -30 70 3/1/00 5 75 etc. In the report I have no problem to show the sub total but in the form I had to use VB procedure which works...
  5. A

    Copy and Paste

    Hi Using VB for App. if I want to copy from a Text Box I use: clipboard.Clear Dim C C = Val(screen.ActiveControl.Text) clipboard.SetText C But I have discovered that Access dosnt recognize the ClipBoard. I wonder if I can copy and paste using Vba? Thanks Arye
Back
Top Bottom