Search results

  1. J

    Making changes stand out

    One of my acces reports needs to point the recipient to what fields in it are non-empty(changed). Most fields in the report will be empty, but some might have a default value. How can I do this, preferably with some VBA. I tried looping over the controls in the form and setting...
  2. J

    how to run the menu item 'data entry' from vba?

    Is there any way I can run the 'records->data entry' menu item from my code, or is there an equivalent method?
  3. J

    no current record (newbie question)

    Hi Forum, Maybe some of you can tell me what is going on here and how to correct it: I have a form that gets its data from a query that selects status=10. In the 'send' button code the status is set to 20 so that the record should not appear in the form anymore and the form should show a new...
Back
Top Bottom