Search results

  1. E

    follow-up question about SendObject

    Ok. I am able to email the entire form using the DoCmd.SendObject. Is there now a way to just email the currently selected record on the form instead of emailing the entire 1000+? Thanks!
  2. E

    ok....how about emaililing someone based on field contents? =]

    Given my very basic VB skill level, would it be difficult to code a routine that would pull the email address out of a field and automatically send email based on the contents? The last question I posed was a little over my head, so I'm not sure if this will be any better, but what the heck ;-)...
  3. E

    update two fields based on criteria from one

    Hello All. I have written (rather sloppy) code to update two other fields on my form based on a selection from the first field. Example is below: If Engineer_Name = "Mike" Then Email_Address = "mike@nowhere.com" Primary_Responsibility = "Hardware" The thing is, I have tables already created...
  4. E

    Trying to update date to current whenever a specific condition is met...

    Hi all. I am trying to figure out the code for the following problem: I have a "Closed Date" text box that I want updated to the current date and time ONLY when someone selects "Closed" from a combo box control on the same form. Anyone have any ideas how I do this with VB? I have what I...
  5. E

    I wonder if I'll ever get this...

    So, I've been studying VB and I'm trying to do a simple update from one record to another-Ex. if I select "Elektrik" in one field, I want the email address in the next field I have to automatically select "elektrik@mindless.com" so I don't have to enter it. I figure out the right syntax (I...
  6. E

    Date Field Update question

    Hi all. I have a database that I want to change the contents of one field based on the selection of a certain value. The first field is a combo box that has several choices ("New";"Open";"Closed"...). This is my "Master" field-to which the slave field should reflect changes. The second field...
Back
Top Bottom