Ok sure,
Sometimes a mail merge is powered by a query that could be stored in your access database. This is a static query which cannot be changed and is bound to the document.
Now what i was thinking was if i built the sql statement in vb.net, and open the mailmerge document sending through...
Hi experts,
i have set up a mail merge in ms word, and have linked it to a query in my access 97 database. Now i want to be able to change a parameter in the query, i.e. CarNo(a number which is unique to each record). How is it best to send this to the query/word document - at the moment it...
Hi experts,
i have set up a mail merge in ms word, and have linked it to a query in my access 97 database. Now i want to be able to change a parameter in the query, i.e. CarNo(a number which is unique to each record). How is it best to send this to the query/word document - at the moment it...
Interesting.. looks good, it's just my date problem, let me explain in more detail. The user will pick a year and period. From that i calculate back 13 periods, so for example...
If the user chooses Year 2006, period 8 - ihave the following years and dates:-
actualYear actualPeriod
2005...
Sorry, it does return values, but the date issue still stands. Heres some sample data;-
BaseDataId supplierId originIsCustomer dateRaised supplierResponse dateCARsent dateResponseReceived dateCARclosed daysToClose statusIsOpen weigtedIncidentresult impactId iyear iperiod
63 33 True...
Right i see now - the thing is that the iDate sometimes changes from 2005 to 2006, i also tried rning the statement but it doesn't return values for the second and third part of the query, just the first part...
Hi,
At the moment i have 13 seperate statements selecting a count of records depending on the criteria dates. A few are shown below:-
SELECT count(impactID) as period1 FROM tblBaseData WHERE iyear = 2005 AND iperiod = 9 AND impactId = 1
SELECT count(impactID) as period1 FROM tblBaseData...
Hi,
VB makes my dates from my datetimepicker into the format mm/dd/yyyy instead of dd/mm/yyyy like i want. Heres how i put the value into a variable to use:-
Dim dtResponseReceivedTo As Date = dtpTo.Value.Date
I need dd/mm/yyyy, this is how its stored in my access97 database - am usingvis...
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.