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: megatron7
  • Content: Threads
  • Order by date
  1. megatron7

    sending email

    I want to be able to send out an email, but instead of having my email appear as being the sender, I want to have another email appear.
  2. megatron7

    table names

    Does anyone know how to get a list of all the table names in the database.
  3. megatron7

    DateTime conversion

    I am getting a data type conversion error. WHY? strFld is already of data type DateTime. strFld = "MEMBERCALLEDDTE" Set rst = db2.OpenRecordset("tblUNION_UserCallResults") Do While Not rst.EOF rst.Edit rst(strFld) = FormatDateTime(rst(strFld), vbShortDate)...
  4. megatron7

    users

    is there a way to find out who has last opened or modified an Access file?
  5. megatron7

    Powerpoint Slide Transitions

    Is there a way to transition to the next slide by double clicking instead of one click?
  6. megatron7

    date data in tables were modified

    I am tring to find out when data in a table was last modified. I don't want the details from the properties, because I can go from selecting forms to tables and it records the file as being last modified. I just need to know when data was actually modified within the database itself. Thanks
  7. megatron7

    Calculating correct day

    If (txtResponseDate <> " ") Then IssuedDate = txtDateIssued 'gets date from txtfield ResponseDate = txtResponseDate 'gets date from txtfield ResponseTime = ResponseDate - IssuedDate Time1 = Format(ResponseDate, "hh:mm") 'get hour/min portion Time2 = Format(IssuedDate...

Part and Inventory Search

Back
Top