Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RPW1
  • Content: Threads
  • Order by date
  1. RPW1

    Send Multible emails

    How would i send notices to all the people in my table where we have email addresses in the email field.
  2. RPW1

    Make Table Query

    How do I avoid creating a table with a make table query if no records exist for a field in my query. Thank you Bob
  3. RPW1

    export number field to text file

    i need to export number field 2 decimal places from a query as #####.## and it can't have quotation marks in result, to delimited text file it keeps dropping the ending zeros. New writing code. Any Suggestions. Thanks!
  4. RPW1

    email reports

    Can I bulk email a report created in access to a recipients email address field in database .
  5. RPW1

    Make table query

    I want to create a make table Query which I need to use later with a series of queries and reports but want to create from an open form. I will place a command button to run the query on form. SELECT * INTO [b]temptable name [b] FROM "The tablename I want to copy is the value in a field...
  6. RPW1

    Query Table based on a form value

    I have a form [b]"View"[b] with 2 fields [b]"Dealer"[b] and [b]"Acct"[b] I have various tables that correspond to the value in the dealer field. I want to query that table and find all the records and all fields in that table with the same value as the acct field.
  7. RPW1

    Find Data in a table from values in a form

    I have a form called "View" that has two Fields "Dealer" and "Acct #" in a database called "schools". Dealer could have multible values and I have tables that correspond to the "dealer" value in the same database, as the dealer field. I would...
  8. RPW1

    I have a form that inputs data to a

    I have a form that inputs data to a table. The form is "Form3" and it appends the records to table Cash receipts. In the on load event I use the following code and it works fine as long as there is data in cash receipts. However if the table is empty it cannot go to the next record...
  9. RPW1

    Lookup

    We have a form called scan where we want to have a choice of scanning a bar code which looks up our acct # from a field in a table called loans where the field name is unitalpha. I want to lookup and place the data from 4 fields in loans in the scan table. if no bar code I want to manually type...
  10. RPW1

    Convert Database

    I have various clients that I send databases. Since some use 97 and others use 2000 I am forced to use 97 and the clients that use 2000 need to convert data. They are not computer friendly and is there a way to set up a macro to convert 97 to 2000 placing the 2000 in the same directory each day...
  11. RPW1

    Combo Box

    Is there any way that when the combo box on your form gets focus that you do not have to click the drop down box to display the data as it slows down our operation by an extra mouse click with each entry. Bob Woods
  12. RPW1

    Print Individual Record

    My Form pulls up all the records in the table. I want to place a Print record command button that filters that record and prints only that record. Bob
  13. RPW1

    Move to Main Form From Sub

    I Want to have a command button on Sub Form "input roster" that jumps to control "name" on main form "input new account" and than moves to next record. Thank You!
  14. RPW1

    Case Select

    I Have a field called "CollID in a table "test" where I want to assign a number value based on a between statement in a 2 character text field called "prefix" there are 4 variables. I'm a novice at opening a table and using a case statement and edit the field. Any help...
  15. RPW1

    Export 5 Reports to Excel using Macro or code

    I Need to send 5 access reports to Excel and know how to do this using tools office links or file save as export. I would like to have anyone in the office be able to have a macro or code to do this. Thank you! Bob Woods
  16. RPW1

    Have a Name Field to strip

    My Name example could be John Doe John D. Doe or J. Doe and I want to return Doe J. in A New Field

Part and Inventory Search

Back
Top