Search results

  1. C

    Required Field Entries

    in the error trap type resume WHEREVER_YOU_WANT ie. resume next feel free to e-mail me for exact code options you can use in error trapping chris.williams@usa.worldpay.com [This message has been edited by CWilliams (edited 07-30-2000).]
  2. C

    Looooong IIF Statements

    a case structure would be better here
  3. C

    Instant E-Mail help

    I know how to add an instant e-mail link to my form, this opens up the outlook express mailbox and I already have the e-mail addresses in this as it is coded when i set up the hyperlink. What I need to know is how to send the e-mail without outlook opening and the send key being depressed(in...
  4. C

    How to add a flag

    Please post an example of what exactly you want to do and I'll try to help
  5. C

    Selection from MsgBox

    After the string input yopu could use a search function like Dim strInput as String dim sfind as string strInput = Inputbox("Please enter number") sfind = "FIELD like '*" & strInput & "*'" this should assign sfing to the appropriate record, then just dispaly it
  6. C

    e-mail link to forms?

    In Access 2000 there is a place under the INSERT menu called HYPERLINK.(I think this is where it is, I donrt have it open) In this place you can create an instant e-mail
Back
Top Bottom