Search results

  1. R

    Pre defined form format

    ta m8 The easiest way is sometimes the last way you think of. Raffles
  2. R

    Pre defined form format

    Hi Guys Is there anyway I can define what size, font and colour that I want all the forms in a database to be before I start creating a database? So when I create a new form this is already the right size, colour and uses what fonts I have pre defined. I find myself spending alot of time...
  3. R

    opening a saved word document

    Hi There This seemed to work for me as an on click event Private Sub CmdQuickWins_Click() DocName.Verb = -2 DocName.Action = acOLEActivate End Sub Raffle
  4. R

    Access Crashing

    Hi Alot of things could be causing this. You might want to check how the users are logging out. I tend to have problems if a user switches the pc off while the access database is still open, this can sometimes lock it up. Also the size of the database can cause problems, I have one that...
  5. R

    Today's Date

    In the table where the date is stored, click on the date filed and at the bottom under Default Value enter this: Now() thats it your done raffle
  6. R

    minimising

    Thanks David I'll take a look
  7. R

    minimising

    HI Guys Got a bit of a problem with access. I have made a database with a web look using access, this displays full screen thus hiding the access application. I'm trying to add a command that allows me to minimise the application to the tray but can't seem to find a command anywhere. Any...
Back
Top Bottom