Search results

  1. R

    Reference Problem Windows XP

    I have switched from Windows 98 to Windows XP. My Access VB programme set reference to "Microsoft Windows Controls 5.0 (SP2)". Now in XP this is missing. Any one know what I have to set reference to instead? Any help appreciated. Thanks.
  2. R

    Opening Calendar Form From Sub Form Problem

    I'm using a calender form which came with an Access 2000 Programming book. The calendar is opened using the following code: DoCmd.OpenForm "ezz_PopUpCalendar",acnormal,,,,acDialog,Me.Name & ".[DateField]" Me!DateField.SetFocus The idea being that when the calendar form opens the name of the...
  3. R

    Subform Records Not Staying In Order of Key Field

    Help Please. I have a main form (Tasks) with a subform (task updates). The underlying tables are set up with auto number key fields. The problem is that the subform records are not staying in the order of the key field. Even when I run a query listing the update records the numbering is not...
  4. R

    Access Date Problem With Subform

    I have a number of text boxes set up with date formats. To enable user to enter todays date quickly I have added the code "txtDate = Date" in the double click event (i.e. when the user double clicks on the text box, it is populated with today's date. However, I also have a subform set up...
Back
Top Bottom