Re: Find A Date Value In A Subform From Another Subform's Date Field Value
- From: Marshall Barton <marshbarton@xxxxxxxxxx>
- Date: Mon, 17 Jul 2006 00:13:34 -0500
A book on which subject?? Access is a humongous topic where
people write books about just parts of it ;-)
There's probably a few years worth of studying in The Access
xx Developer's Handbook by Getz, Litwin and Gunderloy from
SYBEX (where xx is the version of Access). My 2002 edition
is only 3000+ pages in 2 volumes (the desktop volume is
probaly all you'll need for quite a while). This is not a
beginners book, but is generally considered to be one of the
most complete and one that no serious developer of Access
applications should be without.
I also recommend John Viescas' Access 2003 Inside Out, which
includes several complets applications that demonstrate the
topices discussed in the book.
There are several others that are very good, for a couple of
them see Arvin's reply in a thread with this same question
about an hour and a half before you started this thread.
There are also numerous web sites about Access. Be sure to
start with The Access Web at http://www.mvps.org/access/
And before your head explodes with all that information,
check the Resources page that has links to many related
sites.
You should also become familiar with searching the Microsoft
Knowledge Base starting from
http://support.microsoft.com/default.aspx?scid=fh;rid;kbinfo
If you haven't already done so by now, you will want to
create a Favorites folder just for Access stuff.
And don't forget, Google is your friend. It can also search
through 10+ years worth of all the questions and answers in
all the various Access newsgroups. This is a good thing to
do before you post what you think is a new problem in using
Access ;-))
--
Marsh
MVP [MS Access]
Bill (Unique as my name) wrote:
Can you recommend any good books on the subject?
Thanks again, Marshall!
Marshall Barton wrote:
Bill (Unique as my name) wrote:
I have two separate subforms on the same main form. After I
update the date field, "ureturned" in one subform, I want to find
that date in the other subform in the date field, "Hillary".
I've written the code for what I'm going to do after, but I can't
seen to get to that point.
The code is the same as we used in Jakes AfterUpdate event,
except you need to use Parent. in fornt of Arleen and change
Jake to UReturned.
There is definitely a pattern to this kind of thing so you
might want to think about how to generalize it to any
situation. Hint:
http://www.mvps.org/access/forms/frm0031.htm
.
- Follow-Ups:
- Re: Find A Date Value In A Subform From Another Subform's Date Field Value
- From: Bill (Unique as my name)
- Re: Find A Date Value In A Subform From Another Subform's Date Field Value
- References:
- Find A Date Value In A Subform From Another Subform's Date Field Value
- From: Bill (Unique as my name)
- Re: Find A Date Value In A Subform From Another Subform's Date Field Value
- From: Marshall Barton
- Re: Find A Date Value In A Subform From Another Subform's Date Field Value
- From: Bill (Unique as my name)
- Find A Date Value In A Subform From Another Subform's Date Field Value
- Prev by Date: Re: Dcount in ADP
- Next by Date: Re: Errors when calling sub on different subform
- Previous by thread: Re: Find A Date Value In A Subform From Another Subform's Date Field Value
- Next by thread: Re: Find A Date Value In A Subform From Another Subform's Date Field Value
- Index(es):
Relevant Pages
|