Search results

  1. B

    Conditional formatting short date field

    Hi Because of changes in my work life I have not been active on this forum for some years Several years ago, I created a reservation system for my company. It was supposed to last for a few years only and I have since changed jobs several times, but are still in the same company. It turns out...
  2. B

    Combo Box filter return error missing operator

    In a subform i have 2 combo boxes. The first combo uses COMPANY table as record source. The second uses Department table as record source. In the after update event of the first box i have the following code : Private Sub cbocompany_AfterUpdate() Dim strcompany As String strcompany =...
  3. B

    Small problem adding Outlook task in Access 2010

    Hi In my Human resources system the user can add a task in Outlook 2010. The code is : Function fncAddOutlookTask() Dim OutlookApp As Object Dim OutlookTask As Outlook.TaskItem Set OutlookApp = CreateObject("Outlook.Application") Set OutlookTask =...
  4. B

    Cannot apply themes in Access 2010

    Hi I just upgraded from Access 2007 to Access 2010. When trying to apply themes to forms made with Access 2007 nothing happens. Everything works fine on forms made with Access 2010. Anyone else having the same problem ? Balder Norway
Back
Top Bottom