Recent content by dome

  1. D

    dynamic report

    anyone? Bueller?
  2. D

    copying a value from a form into a field in all records

    Thanks David, I have a data base of different size pipes Each record represents a pipe size the fields in the record hold the linear footage of pipe that will be installed at various depths basically the database calculates the volume of earth removed from the ground The dirt 'swells' after...
  3. D

    dynamic report

    Hi, I'm trying to get my report to print only the fields in a record that have a value (<>0) and then move to the next record and do the same so that the final report will print like this eg 6" PVC (record 1) 0-8 ft - 100 8-10 ft - 200 14-16ft - 100 8" PVC (next record) 0-8 ft - 10 10"PVC...
  4. D

    printing

    Greetings, I'm trying to set up a report that only prints fields that contain a value (<>0) for each record in my table. Any ideas? Thanks Dome
  5. D

    copying a value from a form into a field in all records

    Hi Thanks for the response. It's only for one field in the table But I need to store the value. Thanks Dome
  6. D

    copying a value from a form into a field in all records

    Hi, How can I copy a value entered be the user into a field in all of the records of my table? Thanks Dome
  7. D

    Opening new form from form

    Greetings, When I open a new form from a form with similar text boxes (they share the same table) values from the first form are displayed in the text boxes of the new form. Is there anyway to set the default record that it opens on? Thanks Dome
  8. D

    Changing value imported from a combo box

    Greetings, On my form I have a combo box that lists all of my products contained in a table. When I select a product it fills a few text boxes on the form with info about that product. Is it possible to change the info in the import text boxes, and then store the new value back into the...
  9. D

    Saving a calc. to a field

    Thanks rich, The reason I'd like to save the value is because I'd like to DSUM the result for all the records in my table. Is there a way to save it?
  10. D

    Saving a calc. to a field

    Greetings, How can I save a calculation that is in a control source to a field in a record? Thanks Dome
  11. D

    undo startup options

    Greetings, I just turned off all of the menu options in the startup options dialog box. Now I can't edit my form How can I get the menus back? Thanks Dome
  12. D

    Display Values from 2 Tables Onto 1 Form

    Thanks Shane, Is that a macro that's passing the value? How and where do I add the additional field in the control box? (Sorry for being so ignorant!) Thanks Dome
  13. D

    Display Values from 2 Tables Onto 1 Form

    Greetings, I have a form with a combo box that is used to select a product from another table. I would like to display other field values, associated with the item selected in the combo box on the form. Can anyone help? I know that I'm overlooking something simple Thanks Dome
  14. D

    Passing a calculation to a field

    Greetings, How can I pass and save a calculation that is in the Control Source property into a field on the table (eg. I took two values from existing fields and did a calculation on them. The sum is displayed on the screen in another text box. How do I save this to a field?) Thanks Dome
Back
Top Bottom