Still having problems with a mailmerge document, but now for different reasons. If I use word to create a mailmerge with absolute addresses to the datasource (db and table) then save it, everything runs fine. As soon as I remove all links in the word doc, just add fields, then in the VBA code...
hi, thanks for the reply Lightning,
yeah I have tried the warnings off in access - made no difference.
Have to admit, I still haven't quite worked out how to do this breakpoint thing and have it work - always seems to go wrong when I try! Couldn't possibly give some examples in the above code...
I've managed (after a fashion!) to get access 97 and word 97 to communicate and do what I want them to do (sort of!!!) BUT there is a minor problem. Sometimes (for reasons which I am yet to fathom) it runs REALLY slowly. Frankly I dont care about that - I think the whole thing that I am having...
Hey thanks Lupins46 - from the "look" of the code that would appear to be the sort of thing I'm after!!
I'll give it a thorough going over and see what I can do with it!
Many thanks - I'll let you know how it turns out!
lupins - the mailmerges themselves are not writing to the database, but some code that is run immediately after the mailmerges are completed do.
The comment on damaging the "real" data was more at the fact that many seem to like happy clicking while learing, changing radio buttons and the like...
Hi,
Many thanks for coming back to me.
I see where you are coming from, but the only problem is the people I work with wouldn't be able to do that (seriously - they all still struggle with the difference between the left and right mouse buttons....) and I need to find a solution that is...
Hi, having a small problem and was suggested I come ask you guys.
In brief.... I have an Access 97 database and several mailmerged Word files that all reside in one directory on a PC sort of set up as a server. All users on the network can access this etc.
OK, now the boss wants me to make it...
LOL Shaddow - it would be very surprising if I couldn't learn something new each time I come here - only really been doing ASP for a month or so and it's all a bit confusing ;)
Many thanks! A combination of that and one other modification has made it work perfectly!
On the second modification I had to make, The database was designed using access, and that field was assigned the type "memo".
with it set at memo, although the if statement would write the...
Hi,
I have my asp page running OK, now I am trying to refine it. What I would like to do is only include a certain table row if there is any information in the corresponding field in the recordset. I'd also like to format any text to ensure line breaks are included.
here's the code I was...
nice idea - thanks foxbox.
I dont think it can be changing as the scheme"ratetype" is taken directly from a single record, and the variable it compares it to is passed to the page by the previous page, but it's worth checking!
In my recordset is a field scheme("ratedesc")
This is displayed at the top of the page in an area using the following code:
<%
If scheme("ratetype") = "Fixed" then
%>
<td><%=(scheme.Fields.Item("rate").Value)%>%<br> </td>
<%
Else
%>...
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.