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 » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Struggling



 
 
Thread Tools Display Modes
  #1  
Old March 11th, 2009, 07:32 PM posted to microsoft.public.access
gvaughn
external usenet poster
 
Posts: 23
Default Struggling

I have a drop down list of customers to reference on a order entry form. Each
customer has several different contracts associated with them, which are in
another dropdown list. I would like it whne I choose a customer from the
customer list that in the contract list it shows ONLY the contracts of the
customer NOT all the contracts! Any suggestions from anyone? I would greatly
appreiciate anything!
  #2  
Old March 11th, 2009, 07:40 PM posted to microsoft.public.access
John J.
external usenet poster
 
Posts: 160
Default Struggling

See if this helps: http://www.mvps.org/access/forms/frm0028.htm

John

"gvaughn" schreef in bericht
...
I have a drop down list of customers to reference on a order entry form.
Each
customer has several different contracts associated with them, which are
in
another dropdown list. I would like it whne I choose a customer from the
customer list that in the contract list it shows ONLY the contracts of the
customer NOT all the contracts! Any suggestions from anyone? I would
greatly
appreiciate anything!



  #3  
Old March 11th, 2009, 08:13 PM posted to microsoft.public.access
gvaughn
external usenet poster
 
Posts: 23
Default Struggling

Thank you for the suggestion. It almost works now. The problem now is that
when you choose a customer, since each customer has multiple contracts, it
pops up an enter paramter value dialog box. Anything you can think of that I
am not would be benificial. THank you though for the help thus far.

"John J." wrote:

See if this helps: http://www.mvps.org/access/forms/frm0028.htm

John

"gvaughn" schreef in bericht
...
I have a drop down list of customers to reference on a order entry form.
Each
customer has several different contracts associated with them, which are
in
another dropdown list. I would like it whne I choose a customer from the
customer list that in the contract list it shows ONLY the contracts of the
customer NOT all the contracts! Any suggestions from anyone? I would
greatly
appreiciate anything!




  #4  
Old March 11th, 2009, 08:19 PM posted to microsoft.public.access
gvaughn
external usenet poster
 
Posts: 23
Default Struggling

The SELECT statement is as follows.
i am SELECTing ActiveContract FROM the Client table
my WHERE statement is comparing the Client name to the
Form.OrderEntry.Customer combolist. THe paratmer value is asking form the
Form.OrderEntry.Customer value.


"gvaughn" wrote:

Thank you for the suggestion. It almost works now. The problem now is that
when you choose a customer, since each customer has multiple contracts, it
pops up an enter paramter value dialog box. Anything you can think of that I
am not would be benificial. THank you though for the help thus far.

"John J." wrote:

See if this helps: http://www.mvps.org/access/forms/frm0028.htm

John

"gvaughn" schreef in bericht
...
I have a drop down list of customers to reference on a order entry form.
Each
customer has several different contracts associated with them, which are
in
another dropdown list. I would like it whne I choose a customer from the
customer list that in the contract list it shows ONLY the contracts of the
customer NOT all the contracts! Any suggestions from anyone? I would
greatly
appreiciate anything!




  #5  
Old March 11th, 2009, 09:30 PM posted to microsoft.public.access
John J.
external usenet poster
 
Posts: 160
Default Struggling

Did you try Forms in stead of Form?

Forms.OrderEntryForm.Customer

John

"gvaughn" schreef in bericht
...
The SELECT statement is as follows.
i am SELECTing ActiveContract FROM the Client table
my WHERE statement is comparing the Client name to the
Form.OrderEntry.Customer combolist. THe paratmer value is asking form the
Form.OrderEntry.Customer value.


"gvaughn" wrote:

Thank you for the suggestion. It almost works now. The problem now is
that
when you choose a customer, since each customer has multiple contracts,
it
pops up an enter paramter value dialog box. Anything you can think of
that I
am not would be benificial. THank you though for the help thus far.

"John J." wrote:

See if this helps: http://www.mvps.org/access/forms/frm0028.htm

John

"gvaughn" schreef in bericht
...
I have a drop down list of customers to reference on a order entry
form.
Each
customer has several different contracts associated with them, which
are
in
another dropdown list. I would like it whne I choose a customer from
the
customer list that in the contract list it shows ONLY the contracts
of the
customer NOT all the contracts! Any suggestions from anyone? I would
greatly
appreiciate anything!





  #6  
Old March 11th, 2009, 10:10 PM posted to microsoft.public.access
gvaughn
external usenet poster
 
Posts: 23
Default Struggling

yeah, thanks that got rid of the parameter value DB but now the combobox is
not populating at all. I don't want to bug you anymore, bbut thanks for all
the help. I got at least this far today


"John J." wrote:

Did you try Forms in stead of Form?

Forms.OrderEntryForm.Customer

John

"gvaughn" schreef in bericht
...
The SELECT statement is as follows.
i am SELECTing ActiveContract FROM the Client table
my WHERE statement is comparing the Client name to the
Form.OrderEntry.Customer combolist. THe paratmer value is asking form the
Form.OrderEntry.Customer value.


"gvaughn" wrote:

Thank you for the suggestion. It almost works now. The problem now is
that
when you choose a customer, since each customer has multiple contracts,
it
pops up an enter paramter value dialog box. Anything you can think of
that I
am not would be benificial. THank you though for the help thus far.

"John J." wrote:

See if this helps: http://www.mvps.org/access/forms/frm0028.htm

John

"gvaughn" schreef in bericht
...
I have a drop down list of customers to reference on a order entry
form.
Each
customer has several different contracts associated with them, which
are
in
another dropdown list. I would like it whne I choose a customer from
the
customer list that in the contract list it shows ONLY the contracts
of the
customer NOT all the contracts! Any suggestions from anyone? I would
greatly
appreiciate anything!






  #7  
Old March 11th, 2009, 10:59 PM posted to microsoft.public.access
Johannes Blümer
external usenet poster
 
Posts: 1
Default Struggling


"John J." schrieb im Newsbeitrag
...
Did you try Forms in stead of Form?

Forms.OrderEntryForm.Customer

John

"gvaughn" schreef in bericht
...
The SELECT statement is as follows.
i am SELECTing ActiveContract FROM the Client table
my WHERE statement is comparing the Client name to the
Form.OrderEntry.Customer combolist. THe paratmer value is asking form the
Form.OrderEntry.Customer value.


"gvaughn" wrote:

Thank you for the suggestion. It almost works now. The problem now is
that
when you choose a customer, since each customer has multiple contracts,
it
pops up an enter paramter value dialog box. Anything you can think of
that I
am not would be benificial. THank you though for the help thus far.

"John J." wrote:

See if this helps: http://www.mvps.org/access/forms/frm0028.htm

John

"gvaughn" schreef in bericht
...
I have a drop down list of customers to reference on a order entry
form.
Each
customer has several different contracts associated with them, which
are
in
another dropdown list. I would like it whne I choose a customer from
the
customer list that in the contract list it shows ONLY the contracts
of the
customer NOT all the contracts! Any suggestions from anyone? I
would
greatly
appreiciate anything!






 




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 06:44 AM.


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