Search results

  1. W

    The records not sorted by the record ID field in ascending order in a continuous form after adding new records

    I have a continuous form that the record scource of the form is a table sorted by the ID field in ascending order, If I enter new record in the entry form, the records are not sorted by ID field of a record in ascending order as you can see: So all records should be in the order of entry ...
  2. W

    After reassign link to new form in the navigation subform of the navigation button, error message "The form is not exist"

    II have a navigation form with a navigation button linked to a form could be displayed in the navigation subform,but I want to change link to another form, so I deleted the originally linked form in the navigation panel, and reassign the newform ,however, the navigation subform is blank,there...
  3. W

    DSum() formula field on Form shows #Error as Form open with no record entry

    How to solve this issue? I have a DSum() formula field on the purchase order form, which calculates sum of items in puchase detail subform. It shows amount when data entry on the form. But when the form popped with no data entry, this field show #Error, how to solve the issue?
  4. W

    How to display the value of Textbox at the same time

    I want the SearchText to display the value of the SearchBox while typing in the SearchBox and write as follows: Private Sub SearchBox_Change() Me.SearchText = Me.SearchBox.Text Me.ListResults.Requery End Sub But it doesn't work , what's wrong?
  5. W

    Short Introduction

    Hello I am Wendy bigginer in Access live in Taiwan
Back
Top Bottom