Search results

  1. B

    pulling dates between dates

    reply I looked at all post you pointed me to. It was helpful but not quite what I had in mind. I want the system to divide the days between the start and end date (ex 120 days) by the number of dates I would like (ex 2 dates) then give me those dates. So if I start on 6/1/02 and end on...
  2. 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...
  3. B

    allowadditions problem

    thanks Thank you for your efforts. At least the validation that someone more experienced than myself thinks it is impossible boosts the ego a bit.
  4. B

    allowadditions problem

    sorry for confusion Sorry for the confusion. I have a subform that shows what equipment a customer has. The main form shows the customer. I want to be able to add data to the subform when I press the new entry button in the footer section of the subform. However, i do not want the automatic...
  5. 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...
  6. B

    search/query box

    thanks Thanks it works great. One more question you may have the answer for. I want the text box to now filter a subform in datasheet view. i changed all the context so it will work however I can't figure out how to get the code to run the textbox filter in the subform from what is typed in...
  7. B

    search/query box

    thanks Thanks it works great. One more question you may have the answer for. I want the text box to now filter a subform in datasheet view. i changed all the context so it will work however I can't figure out how to get the code to run the textbox filter in the subform from what is typed in...
  8. 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...
  9. B

    adding a new record to a subform

    thanks!
  10. B

    transfer text

    Thank you!
  11. 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.
  12. 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