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: *

  1. ammodog6942

    MS Access 2007 Attachment Field

    Right now I am using this to send an email from a form: Private Sub Command76_Click() Dim strToWhom As String Dim strMsgBody As String Dim strSubject As String strSubject = Me.Title strToWhom = "Email Address" strMsgBody = Me.Commentary DoCmd.SendObject , , , strToWhom, strToCCWhom, ...
  2. ammodog6942

    combine PK with Table Records and Insert into other table

    I have it where a user inserts a record. Then the page gets redirected and passes the newly created PK to the new page as a query string. What I want to do is take that newly created PK and combine it with a list of default records from a table and insert that string into a different table...
  3. ammodog6942

    How to replace a query from one DB to another

    Can anyone help me, I would like to open a db that has the code or macro to run on start up. I would like to have this code delete a query on C:\Program Files\database1\database.mdb and insert a query from C:\Program Files\database2\database.mdb into C:\Program Files\database1\database.mdb. In...
  4. ammodog6942

    Batch Insert from a detail page (asp)

    I am trying to do a batch insert from a detail page. I have a department table, employee table, and a employee financial table. On the detail page I can bring over the employeeid, departmentid, and the financialid and populate the page with all employees and their different accounts: Example...

Part and Inventory Search

Back
Top