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...
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...
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...
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
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...
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...
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...
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?
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...
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.