Hey helpful people,
I'm trying to highlight the text in a textbox control if the user enters something incorrect. I put this code (and more) in the AfterUpdate event.
With Me.txtCheckNum
.SetFocus
.SelStart = 0
.SelLength = Len(.Text)
End...
Hey folks,
I'm creating a simple WORD fill-in form for a co-worker to print checks. To help avoid errors, I was going to attempt to add a custom WORD function that would translate the number-formatted dollar amount into the long-hand dollar amount. I've found and am using a function written...
I have an Access datasource that I'm merging into a Word document to be emailed. I need to include a BCC in each email. Web searches return a variety of code, but none of it seems to be doing exactly this. I was able to BCC myself, but the email it sent me didn't contain the Word merge...
Hello good VBA folks,
I've searched/reviewed this forum and many other pages on the web. I find lots of people who have had the same issue, but every fix I've seen that takes care of someone's problem like this does not seem to work for me. My code does what I need for it to do (make the top...
Hello PS Experts, [smile]
I and several other folks in my office are trying to learn PS Equation Engine. We are the functional folks with really the equivalent Equation Engine experience of having "stayed at a Holiday Inn Express last night". [glasses] Currently, I'm attempting to use a stem...
I have a main navigation form that displays several subforms. When I update a field on one of the subforms, I need to then search a particular field on the main form for any records in the main form's source table that referenced the pre-updated value and replace that value with the new value...
I finally figured out the issue and have come up with a work around, but I'm hoping someone here has a less klugie solution.
I normally link to spreadsheets, not import them, but starting with a test spreadhsheet pre-filled by the user, I found some bad data (a period only (.) entered into a...
I need to crosstab/transpose/pivot some data in a table that has 2 columns. The table looks like this...
<pre>
ID Song
--- ------
927361283 If I Only Knew What I Was Doing
927361283 This Stuff Is Making Me Crazy
718263510 Hep Me, Hep Me
615243019 A Simple Solution Would...
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.