Re: Limit field choices based on another field
From: Allen Browne (AllenBrowne_at_SeeSig.Invalid)
Date: 10/29/04
- Next message: Ted: "gotocontrol action subject to option group value"
- Previous message: Rick Brandt: "Re: Question about "updating" an .MDE remotely"
- In reply to: grep: "Re: Limit field choices based on another field"
- Next in thread: grep: "Re: Limit field choices based on another field"
- Reply: grep: "Re: Limit field choices based on another field"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 29 Oct 2004 23:00:26 +0800
I'm not making sense of the SQL statement.
The middle field will end up being something like:
(99) ProductName
and I can't see that being a valid field name.
-- Allen Browne - Microsoft MVP. Perth, Western Australia. Tips for Access users - http://allenbrowne.com/tips.html Reply to group, rather than allenbrowne at mvps dot org. "grep" <grep@grep.com> wrote in message news:eR$gnRcvEHA.3916@TK2MSFTNGP10.phx.gbl... > Allen, > > The examples provided are helpful, but I've found something that makes no > sense to me. > > I now have Model's control source as the table's Model field. I have also > created the stored query: > > SELECT ProductID, "(" & PartNum & ") " ProductName AS Product, MakeID FROM > ProductsTable WHERE MakeID = Forms!PurchaseOrders!PO_Details!Make; > > When I run the query with the form open and the appropriate selection in > the Make field, it shows the appropriate options. When I set this stored > query as the Row Source, however, I see nothing in the Model field, even > after a requery. > > I have set the number of columns as 3 with column widths of 0";3";0" and > the bound column of 1. This *should* show me the correct info. Something's > wrong and I'm not sure how to troubleshoot it. > > Any suggestions? > > grep > > Allen Browne wrote: > >> See: >> Limit content of combo/list boxes >> at: >> http://www.mvps.org/access/forms/frm0028.htm >>
- Next message: Ted: "gotocontrol action subject to option group value"
- Previous message: Rick Brandt: "Re: Question about "updating" an .MDE remotely"
- In reply to: grep: "Re: Limit field choices based on another field"
- Next in thread: grep: "Re: Limit field choices based on another field"
- Reply: grep: "Re: Limit field choices based on another field"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|