Click here to Skip to main content
15,912,329 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: This isn't a programming question....I hope... Pin
Jörgen Andersson4-Jun-14 4:23
professionalJörgen Andersson4-Jun-14 4:23 
GeneralRe: This isn't a programming question....I hope... Pin
Motor Viper4-Jun-14 4:30
professionalMotor Viper4-Jun-14 4:30 
GeneralRe: This isn't a programming question....I hope... PinPopular
hairy_hats4-Jun-14 4:14
hairy_hats4-Jun-14 4:14 
GeneralRe: This isn't a programming question....I hope... Pin
1.21 Gigawatts4-Jun-14 5:05
1.21 Gigawatts4-Jun-14 5:05 
GeneralRe: This isn't a programming question....I hope... Pin
Ennis Ray Lynch, Jr.4-Jun-14 4:14
Ennis Ray Lynch, Jr.4-Jun-14 4:14 
GeneralRe: This isn't a programming question....I hope... Pin
1.21 Gigawatts4-Jun-14 5:04
1.21 Gigawatts4-Jun-14 5:04 
GeneralRe: This isn't a programming question....I hope... Pin
PIEBALDconsult4-Jun-14 6:07
mvePIEBALDconsult4-Jun-14 6:07 
GeneralRe: This isn't a programming question....I hope... Pin
David O'Neil4-Jun-14 7:51
professionalDavid O'Neil4-Jun-14 7:51 
Is there an easy way to create reports as powerfully as you can using Access/Word combo? Using stuff like the following it was very simple to create/open Word documents and get customized printouts quickly. Opening an existing Word document with bookmarks in it allowed the creation of customized letters/reports per individual which was quite impressive by my standards, and I've never seen anything to indicate it is that easy in SQL.

'Fill in the address block:
Dim BMRange As Range
Set BMRange = wordApp.ActiveDocument.Bookmarks("AddressBlock").Range
BMRange.text = addressBlock


Using this approach in a Physical Therapy staffing company I made reports per therapist of all the documentation they needed, and work they needed to get done, and filled in anything that could be automated. It was an impressive single-button paper shooter-outer!

Sorry for the programming question, but you opened up my curiosity again and it has bugged me for a while.

GeneralRe: This isn't a programming question....I hope... Pin
Ennis Ray Lynch, Jr.4-Jun-14 8:12
Ennis Ray Lynch, Jr.4-Jun-14 8:12 
GeneralRe: This isn't a programming question....I hope... Pin
David O'Neil4-Jun-14 8:54
professionalDavid O'Neil4-Jun-14 8:54 
GeneralRe: This isn't a programming question....I hope... Pin
Ennis Ray Lynch, Jr.4-Jun-14 10:27
Ennis Ray Lynch, Jr.4-Jun-14 10:27 
GeneralRe: This isn't a programming question....I hope... Pin
Mycroft Holmes4-Jun-14 14:19
professionalMycroft Holmes4-Jun-14 14:19 
GeneralRe: This isn't a programming question....I hope... Pin
Kevin Marois4-Jun-14 8:05
professionalKevin Marois4-Jun-14 8:05 
GeneralRe: This isn't a programming question....I hope... Pin
Ennis Ray Lynch, Jr.4-Jun-14 8:13
Ennis Ray Lynch, Jr.4-Jun-14 8:13 
GeneralRe: This isn't a programming question....I hope... Pin
Kevin Marois4-Jun-14 8:16
professionalKevin Marois4-Jun-14 8:16 
GeneralRe: This isn't a programming question....I hope... Pin
User 101325464-Jun-14 23:01
User 101325464-Jun-14 23:01 
GeneralRe: This isn't a programming question....I hope... Pin
Simon O'Riordan from UK4-Jun-14 20:58
Simon O'Riordan from UK4-Jun-14 20:58 
GeneralRe: This isn't a programming question....I hope... Pin
ThePotty14-Jun-14 21:42
ThePotty14-Jun-14 21:42 
GeneralRe: This isn't a programming question....I hope... Pin
Simon O'Riordan from UK5-Jun-14 4:39
Simon O'Riordan from UK5-Jun-14 4:39 
GeneralRe: This isn't a programming question....I hope... Pin
Casey Sheridan4-Jun-14 4:43
professionalCasey Sheridan4-Jun-14 4:43 
GeneralRe: This isn't a programming question....I hope... Pin
kmoorevs4-Jun-14 4:55
kmoorevs4-Jun-14 4:55 
GeneralRe: This isn't a programming question....I hope... Pin
1.21 Gigawatts4-Jun-14 5:11
1.21 Gigawatts4-Jun-14 5:11 
GeneralRe: This isn't a programming question....I hope... Pin
Marc Clifton4-Jun-14 5:01
mvaMarc Clifton4-Jun-14 5:01 
GeneralRe: This isn't a programming question....I hope... Pin
1.21 Gigawatts4-Jun-14 5:07
1.21 Gigawatts4-Jun-14 5:07 
GeneralRe: This isn't a programming question....I hope... Pin
Marc Clifton4-Jun-14 5:11
mvaMarc Clifton4-Jun-14 5:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.