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  

Duplicate values



 
 
Thread Tools Display Modes
  #1  
Old November 23rd, 2009, 10:33 PM posted to microsoft.public.access.forms
mike
external usenet poster
 
Posts: 3,942
Default Duplicate values

I have a form that a user can select projects from a drop down. When they
select an item then a form will appear that has the project linked to a
drawing that is related to that project. This works fine. The problem is that
the form that has the drop down shows ALL project occurences (100 drawings -
1000 choices). I only want the user to select one of the 8 choices instead of
having to scroll down through the 100.
I have set row source as: SELECT [cboProject] FROM qryListFrom
For the query qryListFrom I have the field as cboProject from the tables
that houses the drawings. The criteria is: Is Not Null.
Can't figure this one out. I think I am missing something easy. It has been
awhile since I wrote developed this database.
Any help would be appreciated.
--
Mike
  #2  
Old November 23rd, 2009, 11:01 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Duplicate values

Mike

What's the SQL statement for your [qryListFrom]?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"Mike" wrote in message
...
I have a form that a user can select projects from a drop down. When they
select an item then a form will appear that has the project linked to a
drawing that is related to that project. This works fine. The problem is
that
the form that has the drop down shows ALL project occurences (100
drawings -
1000 choices). I only want the user to select one of the 8 choices instead
of
having to scroll down through the 100.
I have set row source as: SELECT [cboProject] FROM qryListFrom
For the query qryListFrom I have the field as cboProject from the tables
that houses the drawings. The criteria is: Is Not Null.
Can't figure this one out. I think I am missing something easy. It has
been
awhile since I wrote developed this database.
Any help would be appreciated.
--
Mike



 




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 12:23 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.