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 Mike Lewis 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. jcarmody

    Formatting Email from HTML Form

    So I guess you all now know what a novice I am at all of this. I think I've gotten things figured out. Thanks for your help.
  2. jcarmody

    Formatting Email from HTML Form

    I am embarassed to supply the code - since its so messy. But here it is. <% NavigationSection = "Member" NavigationSubsection = "Forms" PageTitle = "GH Benefits" PageSubtitle = "" MetaDescription = "" MetaKeywords = "" Const systemMailServer = "xxx.xxx.x.xx" Const...
  3. jcarmody

    Formatting Email from HTML Form

    I am really a novice at HTML code. I have been able to follow examples to set up an HTML form that allows the user to fill out the form and attach a file. The form contents and attachment send an email. All works great. However the person processing the request now tells me that they need to...
  4. jcarmody

    SlideShow needs control Buttons

    Hello - I have a very simple javascript to run a slide show and would like to add control buttons to allow for manual paging through each picture. I know there are a lot of scripts out there canned and ready to go, but I really like this one because I don't need to code a specific path for...
  5. jcarmody

    Lookup that finds Null

    That did it! Thank-you so much.
  6. jcarmody

    Lookup that finds Null

    This is the on click code for my button: Dim stDocName As String Dim stLinkCriteria As String stDocName = "Beneficiary" stLinkCriteria = "[Claim Number]=" & "'" & Me![find claim num] & "'" DoCmd.OpenForm stDocName, , , stLinkCriteria
  7. jcarmody

    Lookup that finds Null

    I have an unbound text box that looks up a Claim Number in a query and shows the appropriate record when go to another form. Need the VBA code to return a message box when does not find any Claim Number to match the one entered. I figured it would be code After Update. I have only found code...
  8. jcarmody

    Word Mail Merge

    Hello - I have an extract from the mainframe that I am using for a Word mail merge. I would like to convert the name field from all capital letters to proper case. I would also like to eliminate extra spaces between the first and last name. Is there a way I can do this in Word? Maybe with a...
  9. jcarmody

    Printing Filter on report

    Thank you!!! Your first suggestion worked like a charm.
  10. jcarmody

    Printing Filter on report

    OK, now you're going to find out how little I know. Where do I put this?
  11. jcarmody

    Printing Filter on report

    Hello: Through this forum I found a slick way to include a date picker as an on open event for my reports to allow the user to choose a starting and ending date range. Works slick, thank you. In the report header I print the filter to alert the users that the report has filtered data...
  12. jcarmody

    Enter New record OR Scroll through Old

    Perfect!!! Thank you so much!
  13. jcarmody

    Enter New record OR Scroll through Old

    Hello - I would like to set up a form to open in Data Entry (acNew) but also allow the user to use the record locator bar to scroll through the records already entered. Sounds like something Access would allow me to do, but I can't find how. Any Ideas?
  14. jcarmody

    Order Form

    Thanks for the good ideas. I was just drawing a blank on where to start. You've now provided me with that. Thanks again.
  15. jcarmody

    Order Form

    Hello - I want to develop a form that would list the contents of a table, in this case a list of printed materials that can be ordered. I would like the user to place a check mark next to the items they want and indicate the date ordered. I would like the database to update a table with a...
  16. jcarmody

    Access requireing password

    OK - I figured it out myself. Tools/Security/Workgroup adminsrator. And then I joined the System.MDW that I copied from the another PC. JC
  17. jcarmody

    Access requireing password

    Let me start by saying I did a really DUMB thing and I know it. I was messing with Access security on a database I am developing. Somehow I have turned on a feature that now requires a logon and password for all databases I try to open from my PC. The problem is, I don't have any passwords...
  18. jcarmody

    Figuring out tools to use

    Hello - Although I am a 20+ year programmer, my knowledge of web development is minimal. I have been using the internet and trial and error to make basic changes to a site that my company had developed a couple of years ago. Is there a way to determine what programming tools were employed...
  19. jcarmody

    Application results different when inside Access

    Here is my shell code: CreateObject("WScript.Shell").Run """c:\program files\pitney bowes smartmailer\WPCM.EXE"" -F:""C:\program files\pitney bowes smartmailer\envelope requests\daily scrub\scrub.dbf""", , True I'm not certain what I'm trying to do is possible. I'm just about ready to throw...
  20. jcarmody

    Application results different when inside Access

    I guess I'll partially answer my own question. If I split my macro into 2 separate macros everything works! So I guess maybe its a timing issue. Is there any way to add a wait or pause between steps in a Macro? JC

Part and Inventory Search

Back
Top