Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 13th, 2008, 11:07 AM
Authorized User
 
Join Date: May 2007
Posts: 85
Thanks: 0
Thanked 0 Times in 0 Posts
Default Tutorial text sought

Hi Guys,

I'm looking for a step by step tutorial exercise I can use to learn from, either from website or book which will show me unbound fields insertion into a listbox where the list box is a related table.

E.g. Call history with a customer. Entering the call details in an unbound controls and the results passed to the table which is queried for the list box and the list box requeried to update then the unbound controls cleared out.

Looked at WROX's solutions, as have them all for 2003, they come close however there's a step missing for it to sit in my head right. Hence this request, if admin will allow it.
 
Old June 16th, 2008, 11:49 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Look up "cascading list box" or cascading combo boxes at Microsoft. There are some good articles there. What about this issue is not working for you? Usually this data is not comitted to the table until the record is saved, so done with variables and in memory, etc.

mmcdonal

Look it up at: http://wrox.books24x7.com
 
Old June 18th, 2008, 10:30 AM
Authorized User
 
Join Date: May 2007
Posts: 85
Thanks: 0
Thanked 0 Times in 0 Posts
Default

nope none of those have really helped.

Found a solution to half the problem, now its just the last bit.

e.g. select * from tblcalls where contactid = forms!frmcontacts!contactid is the source for the list box.

The fields of tblcalls are:

callid
contactid
calldate
calltime
callsubject
calldetails

and its call details that needs to go in an unbound textbox when you change entry in the list box

I also had a look at Dlookup as a recordsource with no joys on the net. I have seen this done so many times I just can't find the book its in.

 
Old June 18th, 2008, 11:05 AM
Authorized User
 
Join Date: May 2007
Posts: 85
Thanks: 0
Thanked 0 Times in 0 Posts
Default

disregard problem solved






Similar Threads
Thread Thread Starter Forum Replies Last Post
Opinions sought re Captcha image use?? jimibt BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 6 April 9th, 2007 05:52 PM
Tutorial surendran ASP.NET 2.0 Basics 0 May 24th, 2006 12:15 PM
Tutorial sithius Access 1 March 13th, 2006 03:44 PM
Tutorial surendran ASP.NET 1.0 and 1.1 Basics 11 March 29th, 2005 01:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.