PC Review


Reply
Thread Tools Rate Thread

ComboBOX not work

 
 
=?Utf-8?B?bGRpYXo=?=
Guest
Posts: n/a
 
      4th Mar 2006
why this criteria Do not work

I'm trying to base a combo box in another one
but this Combo named:[ComboPI] does not work
this is the second combo based in another combo named:[ComboCode]

but both are in the same table is it possible.??


this is the source of the second combo box named: [ComboPI]
SELECT tbl_BOMinfo.BOM_ID, tbl_BOMinfo.Base_IDCopy, tbl_BOMinfo.FirstCode
FROM tbl_BOMinfo WHERE
(((tbl_BOMinfo.FirstCode)=Forms!PackInfoForm!ComboCode));



please help me on this.

Thanks.

--
Lorenzo DÃ*az
Cad Technician
 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9tIFdpY2tlcmF0aA==?=
Guest
Posts: n/a
 
      4th Mar 2006
Hi Lorenzo,

Try copying the query that you indicated and pasting it into the SQL view of
a new query. To do this, create a new query. Dismiss the Add Table dialog
without adding any tables. In query design view, click on View > SQL View.
You should see the word SELECT highlighted. Replace this with the SELECT
statement that you are attempting to use for ComboPI. Make sure that your
PackInfoForm form is open, and something is selected in the ComboCode combo
box. They try running the query. Does it work correctly?


Tom

http://www.access.qbuilt.com/html/ex...tributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________


"ldiaz" wrote:

> why this criteria Do not work
>
> I'm trying to base a combo box in another one
> but this Combo named:[ComboPI] does not work
> this is the second combo based in another combo named:[ComboCode]
>
> but both are in the same table is it possible.??
>
>
> this is the source of the second combo box named: [ComboPI]
> SELECT tbl_BOMinfo.BOM_ID, tbl_BOMinfo.Base_IDCopy, tbl_BOMinfo.FirstCode
> FROM tbl_BOMinfo WHERE
> (((tbl_BOMinfo.FirstCode)=Forms!PackInfoForm!ComboCode));
>
>
>
> please help me on this.
>
> Thanks.
>
> --
> Lorenzo DÃ*az
> Cad Technician

 
Reply With Quote
 
=?Utf-8?B?bGRpYXo=?=
Guest
Posts: n/a
 
      5th Mar 2006
Hi TOM..

I have created a different query and it's work , thank you for your idea &
support

Thanks

--
Lorenzo DÃ*az
Cad Technician


"Tom Wickerath" wrote:

> Hi Lorenzo,
>
> Try copying the query that you indicated and pasting it into the SQL view of
> a new query. To do this, create a new query. Dismiss the Add Table dialog
> without adding any tables. In query design view, click on View > SQL View.
> You should see the word SELECT highlighted. Replace this with the SELECT
> statement that you are attempting to use for ComboPI. Make sure that your
> PackInfoForm form is open, and something is selected in the ComboCode combo
> box. They try running the query. Does it work correctly?
>
>
> Tom
>
> http://www.access.qbuilt.com/html/ex...tributors.html
> http://www.access.qbuilt.com/html/search.html
> __________________________________________
>
>
> "ldiaz" wrote:
>
> > why this criteria Do not work
> >
> > I'm trying to base a combo box in another one
> > but this Combo named:[ComboPI] does not work
> > this is the second combo based in another combo named:[ComboCode]
> >
> > but both are in the same table is it possible.??
> >
> >
> > this is the source of the second combo box named: [ComboPI]
> > SELECT tbl_BOMinfo.BOM_ID, tbl_BOMinfo.Base_IDCopy, tbl_BOMinfo.FirstCode
> > FROM tbl_BOMinfo WHERE
> > (((tbl_BOMinfo.FirstCode)=Forms!PackInfoForm!ComboCode));
> >
> >
> >
> > please help me on this.
> >
> > Thanks.
> >
> > --
> > Lorenzo DÃ*az
> > Cad Technician

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
resize of combobox does not work King Albert II Microsoft Excel Programming 3 16th Jun 2010 02:36 PM
Combobox - MatchRequired does not work? =?Utf-8?B?V2ltIFNLVw==?= Microsoft Excel Programming 2 7th Dec 2009 02:01 PM
Copypicture Combobox Changes does not work vbasean Microsoft Excel Programming 3 3rd Nov 2008 09:42 PM
if not isempty combobox does not work ? Pierre Microsoft Excel Programming 2 20th Dec 2007 01:14 PM
Why does this not work? (ComboBox.BackColor) vbmark Microsoft Dot NET Compact Framework 7 18th Feb 2005 05:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:47 AM.