Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
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 January 25th, 2007, 12:38 AM
Authorized User
 
Join Date: May 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to jd_erd Send a message via AIM to jd_erd Send a message via MSN to jd_erd Send a message via Yahoo to jd_erd
Default reading a dataset into a form in datasheet view

I was wondering if anyone could explain to me how to read a dataset into a form that is in dataset view and the form is unbound. I want this form to be used as a sub form and be filtered based on list box from the main form.

 

jd erd
__________________
jd erd
 
Old January 25th, 2007, 08:19 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

One usually does that with a query. Is there a reason you can't use a query? Otherwise put it in a temporary table, and base the subform on the temp table.

HTH

mmcdonal
 
Old January 29th, 2007, 04:26 PM
Authorized User
 
Join Date: May 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to jd_erd Send a message via AIM to jd_erd Send a message via MSN to jd_erd Send a message via Yahoo to jd_erd
Default

I never thought of using a query to open a data sheet view. the reason I want to do it that way is because the main form is unbound and each customer has multiple rations and each livestock ration is loaded into the list box to choose from so basically when the user selects the ration from the list box it loads the actual ration of products and quantity. The only thing is I wish to be able to have the products in a list box on the data sheet view so they may be able to add or delete products :)

jd erd





Similar Threads
Thread Thread Starter Forum Replies Last Post
Datasheet view of a Query - Field Format arfa Access 4 March 13th, 2006 12:34 PM
Re: Add button on a form with datasheet view lxu Access 5 March 8th, 2004 06:19 PM
Datasheet View - Customize Dataman Access 0 February 16th, 2004 02:07 PM
Datasheet View Column Width - VBA Dataman Access 1 February 5th, 2004 02:32 PM





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