Started 2 weeks, 5 days ago (2008-11-01 22:09:00)
by Arvin Meyer [MVP]
Answered in microsoft.public.
office.access.forms -- Arvin Meyer, MCP, MVP http://www.datastrat.com http://www.mvps.org/access http://www.accessmvp.com "susan" <vdb@hotmail.com> wrote in message news:892ab$490ab423$524b0a9c$26786@cache5.tilbu1.n b.home.nl... > Hi, > > Is it (in Access2003) ...
Started 2 months, 1 week ago (2008-09-09 06:42:00)
by balu
dear friends how to have a constant / optional look over the size of back end (
splitted) database from front end ,so that i can automate deleting of some data or manual deleting. kindly advise
Started 2 months, 1 week ago (2008-09-08 19:16:00)
by Arvin Meyer [MVP]
"balu" <balu@discussions.microsoft.com> wrote in message news:4342E6ED-D514-47DA-8365-CF1680827B49@microsof t.com... > dear friends > kndly tell me about how to build an function with orguments optional and > if > any draw backs of such functions please. > post one such shample code please. Here's an example of ...
Started 2 months, 1 week ago (2008-09-08 19:10:00)
by Arvin Meyer [MVP]
There is a third party program that I've been using for more than a dozen years to do things like this. It not only works with Access reports, but can add printed pages from other programs as well, so the finished report could contain items from Access, Word, Excel, and
QuickBooks, etc. You can save the finished product and reprint it ...
Started 2 months, 2 weeks ago (2008-09-04 05:41:00)
by Arvin Meyer [MVP]
You'll need to parse it out, but the link is kept in the table's description property. Have a look at: http://www.mvps.org/access/tables/tbl0009.htm -- Arvin Meyer,
MCP, MVP http://www.datastrat.com http://www.mvps.org/access http://www.accessmvp.com "susan" <vdb@hotmail.com> wrote in message...
Started 2 months, 3 weeks ago (2008-08-25 18:56:00)
by Scruffy McScruffovitch
Okay, I'm using Access 2003, and
Outlook 2007. This code works very well for my purposes, but if it were to be perfect, I would need to know how to add the currentuser's business card to the end of the email. I have seen that there is a method ".addbusinesscard", but so far I have not been successful in getting it to work. Any ...
Started 3 months ago (2008-08-23 00:33:00)
by balu
dear friends, can any one please explain logic and how it works , behind the before updaet event and its cancel argument please..........
Started 3 months ago (2008-08-23 00:30:00)
by balu
dear friends, how to build a function in standard module which can accept
null value in QBE for eg, public function getresult( date1 as date,date2 as date) if isnull(date1) and isnull(date2) then getresult = 1 if isnull(date1) and date2 = now() then getresult = 2 here my problom is if any one of the arguments is null then im ...
Started 3 months ago (2008-08-23 00:25:00)
by balu
dear friends, how to code subform from main form like if field1.value > x then field1.forecolor = vbred if field.value > X THEN field2.forecolor = vbblue kindly advise.