A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Combobox in SubForm



 
 
Thread Tools Display Modes
  #1  
Old June 3rd, 2004, 06:03 PM
an
external usenet poster
 
Posts: n/a
Default Combobox in SubForm

Hello!

I have a Form with combobox and SubForm with another combo.
I would like to choose in combo of the SubForm, only
records before selected, but I don't know how.

Thanks in advance.
an
  #2  
Old June 3rd, 2004, 06:31 PM
Bruce
external usenet poster
 
Posts: n/a
Default Combobox in SubForm

Maybe it's just me, but I would say your question is
enigmatic. I think you will need to add something about
what your database does. Do you want the subform combo
box to display a filtered list of choices based on a combo
box in the main form, or something like that?
-----Original Message-----
Hello!

I have a Form with combobox and SubForm with another

combo.
I would like to choose in combo of the SubForm, only
records before selected, but I don't know how.

Thanks in advance.
an
.

  #3  
Old June 3rd, 2004, 06:37 PM
an
external usenet poster
 
Posts: n/a
Default Combobox in SubForm

Thanks for your replay.

Yes, I need to display in SubForm the records filtered of
choices based on a combo box in the main form.

Sorry for my english...

an

-----Original Message-----
Maybe it's just me, but I would say your question is
enigmatic. I think you will need to add something about
what your database does. Do you want the subform combo
box to display a filtered list of choices based on a

combo
box in the main form, or something like that?
-----Original Message-----
Hello!

I have a Form with combobox and SubForm with another

combo.
I would like to choose in combo of the SubForm, only
records before selected, but I don't know how.

Thanks in advance.
an
.

.

  #4  
Old June 3rd, 2004, 09:16 PM
Bruce
external usenet poster
 
Posts: n/a
Default Combobox in SubForm

I do not think you need a subform. A subform is usually
for working with a different table or query than is used
on the main form. If your form already has all of the
fields you need, try looking at the combo box wizard. On
the Toolbox, make sure the magic wand is highlighted, then
click the Combo Box picture. Click anywhere in your form
and follow the prompts to make a combo box that looks up
the values in a table or query. If this is not what you
need, it would help if you could provide some details of
what the database does and how it is structured.
-----Original Message-----
Thanks for your replay.

Yes, I need to display in SubForm the records filtered of
choices based on a combo box in the main form.

Sorry for my english...

an

-----Original Message-----
Maybe it's just me, but I would say your question is
enigmatic. I think you will need to add something about
what your database does. Do you want the subform combo
box to display a filtered list of choices based on a

combo
box in the main form, or something like that?
-----Original Message-----
Hello!

I have a Form with combobox and SubForm with another

combo.
I would like to choose in combo of the SubForm, only
records before selected, but I don't know how.

Thanks in advance.
an
.

.

.

  #5  
Old June 4th, 2004, 12:05 AM
an
external usenet poster
 
Posts: n/a
Default Combobox in SubForm

Sorry, but my SubForm read data in other Table...
Thanks.
an

-----Original Message-----
I do not think you need a subform. A subform is usually
for working with a different table or query than is used
on the main form. If your form already has all of the
fields you need, try looking at the combo box wizard. On
the Toolbox, make sure the magic wand is highlighted,

then
click the Combo Box picture. Click anywhere in your form
and follow the prompts to make a combo box that looks up
the values in a table or query. If this is not what you
need, it would help if you could provide some details of
what the database does and how it is structured.
-----Original Message-----
Thanks for your replay.

Yes, I need to display in SubForm the records filtered

of
choices based on a combo box in the main form.

Sorry for my english...

an

-----Original Message-----
Maybe it's just me, but I would say your question is
enigmatic. I think you will need to add something

about
what your database does. Do you want the subform combo
box to display a filtered list of choices based on a

combo
box in the main form, or something like that?
-----Original Message-----
Hello!

I have a Form with combobox and SubForm with another
combo.
I would like to choose in combo of the SubForm, only
records before selected, but I don't know how.

Thanks in advance.
an
.

.

.

.

  #6  
Old June 4th, 2004, 07:25 PM
Bruce
external usenet poster
 
Posts: n/a
Default Combobox in SubForm

What is the table for the main form, what is the table for
the subform, and how are they related to each other? What
is the database supposed to do?
-----Original Message-----
Sorry, but my SubForm read data in other Table...
Thanks.
an

-----Original Message-----
I do not think you need a subform. A subform is usually
for working with a different table or query than is used
on the main form. If your form already has all of the
fields you need, try looking at the combo box wizard.

On
the Toolbox, make sure the magic wand is highlighted,

then
click the Combo Box picture. Click anywhere in your

form
and follow the prompts to make a combo box that looks up
the values in a table or query. If this is not what you
need, it would help if you could provide some details of
what the database does and how it is structured.
-----Original Message-----
Thanks for your replay.

Yes, I need to display in SubForm the records filtered

of
choices based on a combo box in the main form.

Sorry for my english...

an

-----Original Message-----
Maybe it's just me, but I would say your question is
enigmatic. I think you will need to add something

about
what your database does. Do you want the subform

combo
box to display a filtered list of choices based on a
combo
box in the main form, or something like that?
-----Original Message-----
Hello!

I have a Form with combobox and SubForm with another
combo.
I would like to choose in combo of the SubForm, only
records before selected, but I don't know how.

Thanks in advance.
an
.

.

.

.

.

  #7  
Old June 7th, 2004, 08:50 PM
an
external usenet poster
 
Posts: n/a
Default Combobox in SubForm

Sorry for may delay.

I have:
MainForm, data read in T_Compon, with IdCompon with Key
(One), and cboCompon;

SubF1, data read in T_SubCompon, with IdCompon without key
(ralation to Many) and IdSubCompon with key (One), with
CboSubCompon;

SubF2, data read in T_Local, wtih IdSubCompon without key
(relation to Many).

I would like:
a) Display in SubF1, only the of the T_Compon
records "filtered" with CboCompon in MainForm, and

b)Display in SubF2, only T_Local records "filtered" with
CboSubCompon in SubF1.

Cordially.
an


-----Original Message-----
What is the table for the main form, what is the table

for
the subform, and how are they related to each other?

What
is the database supposed to do?
-----Original Message-----
Sorry, but my SubForm read data in other Table...
Thanks.
an

-----Original Message-----
I do not think you need a subform. A subform is

usually
for working with a different table or query than is

used
on the main form. If your form already has all of the
fields you need, try looking at the combo box wizard.

On
the Toolbox, make sure the magic wand is highlighted,

then
click the Combo Box picture. Click anywhere in your

form
and follow the prompts to make a combo box that looks

up
the values in a table or query. If this is not what

you
need, it would help if you could provide some details

of
what the database does and how it is structured.
-----Original Message-----
Thanks for your replay.

Yes, I need to display in SubForm the records filtered

of
choices based on a combo box in the main form.

Sorry for my english...

an

-----Original Message-----
Maybe it's just me, but I would say your question is
enigmatic. I think you will need to add something

about
what your database does. Do you want the subform

combo
box to display a filtered list of choices based on a
combo
box in the main form, or something like that?
-----Original Message-----
Hello!

I have a Form with combobox and SubForm with another
combo.
I would like to choose in combo of the SubForm, only
records before selected, but I don't know how.

Thanks in advance.
an
.

.

.

.

.

.

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.