Search results

  1. B

    pulling dates between dates

    I would like to automatically get a selected number of dates between a start and an ending date. For example if my start date is 6/01/02 my end date is 9/1/02 and I would like 2 dates to be pulled the result should be 7/1/02 and 8/1/02. I have milled over this for a while, however I am not...
  2. B

    allowadditions problem

    I have a command button that changes the allowadditions property from false to true so that I can add a record. Then I had it disable the allowadditions so that the subform wouldn't automatically add a new entry. However this does not seem to work because if I enter data in the form it...
  3. B

    search/query box

    I would like to have a search box in a form that queries a table and returns the results. I would like it to work much like the filter except to use a text box. Oh and one more catch if it is possible I would like to have the * you use to search already in the box so when they don't have to...
  4. B

    adding a new record to a subform

    I would like to add a new record to a subform by pressing a command button in the regular form.
  5. B

    transfer text

    i would like to transfer the contents of a text box in a form to another forms text box or a table. I can transfer text within a form using me.textboxname = me.othertextboxname, however I cann't seem to do it between forms.
Back
Top Bottom