Final Reminder - Microsoft Responds to the Evolution of Community
Fri, 28 May 2010 09:35:33 -0700
Microsoft Office Evolves Community as Part of Office 2010 Launch:
As you know, this is a big year for Microsoft as we are launching the latest
version of Office. Office 2010 is all about making it easy for you to get
and use Office on your terms. Office 2010 lets you work from the office,
from home, or a ...
|
Update create/modify date of table in a table
Thu, 20 May 2010 14:15:39 -0400
I have a table that stores some of my mdb's table names and those table's
create dates (table has two fields: TableName and DateCreated). It's not
for EVERY table, just the ones I'm constantly having to verify the
CreateDates of. I'm trying to write some VBA that updates the current
CreateDate for each ta ...
|
Reminder - Microsoft Responds to the Evolution of Community
Thu, 20 May 2010 08:13:20 -0700
Microsoft Office Evolves Community as Part of Office 2010 Launch:
As you know, this is a big year for Microsoft as we are launching the latest
version of Office. Office 2010 is all about making it easy for you to get
and use Office on your terms. Office 2010 lets you work from the office,
from home, or a ...
|
vbCRLF
Wed, 19 May 2010 15:39:25 -0400
In the attached code I do not go to a new line in a report from the
following
Case 16
firstline = "EA DEG. on = " & DLookup("[ea degree] ", "[Warren
Lodge Membership]", "[GL ID] =GLN") & vbCrLf & _
"FC DEG. on = " & DLookup("[FC degree]", "[Warren
Lodge Membership]", "[G ...
|
How could Access Determind a function is called from which form?
Wed, 19 May 2010 16:30:35 +0800
Hi all,
Let say I am now running FormA, and I call a function which is stored in
ModuleB. How could the function which is being called know the order was
sent from FormA?
Thanks.
...
|
Copy a newer MDB over itself
Thu, 13 May 2010 14:22:18 -0400
I have an Access 2003 MDB front end that I need to keep up to date. When it
was a lot smaller it was not that big a deal to just put in the login script
a line to copy down the current rev every day, but now that it is bigger I
need a better way of keeping the file up to date and only copying the new
MDB do ...
|
Update - Microsoft Responds to the Evolution of Community
Sat, 8 May 2010 01:23:57 -0700
What is Happening?
This message is to inform you that Microsoft will soon begin discontinuing
newsgroups and transitioning users to Microsoft forums.
Why?
As you may know, newsgroups have existed for many years now; however, the
traffic in the Microsoft newsgroups has been steadily decreasing for the
past se ...
|
|
|
Microsoft Responds to the Evolution of Online Communities
Tue, 04 May 2010 12:24:45 -0700 (UTC)
Date 5/4/2010
Starting in early summer 2010, Microsoft will begin progressively closing down the Microsoft public newsgroups to enrich conversations in the rapidly-growing forum platform. This decision is in response to worldwide market trends and evolving customer needs.
Microsoft continues to invest in forum ...
|
Microsoft Responds to the Evolution of Online Communities
Tue, 04 May 2010 12:17:17 -0700 (UTC)
Date 5/4/2010
Starting in early summer 2010, Microsoft will begin progressively closing down the Microsoft public newsgroups to enrich conversations in the rapidly-growing forum platform. This decision is in response to worldwide market trends and evolving customer needs.
Microsoft continues to invest in forum ...
|
Subs, Functions and Form Events - Standards
Tue, 4 May 2010 09:26:03 -0700
I have a pretty good understanding about the differences between
Subs/Functions and when to use which.
I have no code behind my forms, all code is written in a module
"basCodeLibrary". I have a form that contains an "Exit Form" button, I would
assume this to be a Sub, not a Function, as no values are pass ...
|