Search results

  1. T

    Send records to outlook

    I have a form linked to a table. The table has many fields...I would like to have a button on the form that allows the user to send records to outlook, but with the option to include or exclude certain fields before sending it, is this possible? Also, is it possible to have the records appear in...
  2. T

    skipping confirmation msg when adding/deleting rows

    Great, thanks alot, that worked nicely.
  3. T

    skipping confirmation msg when adding/deleting rows

    Is there any way to add code that would skip the confirmation message when adding/deleting rows or tables in vba? Thanks
  4. T

    record count help

    Thanks Wayne, that worked nicely! A couple more questions, is there a way to group some of the counts together? Like if I have 2 locations, one named Italy1 and another Italy2, is it possible to count(*) them as one location? Can the results of the query be copied into a table? Thanks for you...
  5. T

    record count help

    Hi, I have a table with the following form: Cntr#|Location|SIZE|TYPE ae343|germany|20 |DRY bn983|italy |40 |DRY : : : : : : : : Now I need to do a count on the number of records according to location, size and type. So for example I might...
Back
Top Bottom