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

    GKite Many thanks. I thought about doing this at some point but talked myself out of it for some reason. However, your suggestion prompted me to try it again and I think it may be the answer. Thanks for your response.
  4. R

    Subform Records Not Staying In Order of Key Field

    Fuga Many thanks for you response. I did set the subform Order by property to tblUpates.ID (i.e. the key field for table) but it doesn't do the trick. Good thought though.
  5. 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...
  6. R

    Access Date Problem With Subform

    Rich - thanks for your response. The date required won't always be today's date.
  7. 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