473,769 Members | 2,143 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Query Drop box, etc Help will pay for your time!!

I wrote this before in the NGs, so I am going to paste the responses that I got
and see if someone can please help me. Email me and we can set something up as
Id even be willing to pay for your time to get me to learn this procedure:

MY ORIGINAL POST:
I am trying to create a database for my small business. I have typed a bunch
of information in a table in 5 columns (style, mm, karat, quantity, labor
cost). We have different labor costs obviously depending on what combination
those first 4 factors are for example respectively in the columns mentioned
above
(abc, 5mm, 14karat, 10pieces), would be $5 for the labor cost. What I want to
be able to do is produce a query (pref drop down or similar), that would take
what I chose from the style, mm, karat, and quantity, and display the resulting
labor cost. In the one above the labor cost would be $5, however if I changed
say just the karat to 18karat, the labor would display $6. Any help would be
GREATLY appreciated if you can email me it might be easier. If you think youd
need to see what I have typed so far please email me and I can send what I have
so far..

THEN A RESPONSE:
Access already contains a tool which may do all you need.
Open your table.
From the menu, select Records - Filter - Filter by Form.
The table will change to a single record, with drop boxes for each field.
Fill in the fields, and click Filter - Apply Filter.
Your table will now show only the records which match your entries.

THEN I WROTE:
Yes this is similar to what I want to do...however with a few differences.
First off in the first column I will choose "style a", i want the next column
to only give me the results that fall within that category. Then from those
choices I select for example "4mm", then I want the third colum to give only
the choices that fall within the "style a" + "4mm" category. Then in that
column I choose "14karat", then in the 4th I want only those that fall within
"style a" + "4mm" + "14karat", and so on until the 5th column when there will
be the result

THEN I GOT THIS
read this, it solves your problem: http://www.mvps.org/access/forms/frm0028.htm

SO MY FINAL RESPONSE WAS:
I will pay someone a reasonable price for leading me to the ulimate answer and
helping me learn access for this result

thank you so much for leading me to that page...it will be of great help in the
future, however. The problem is on my computer it came up in Chinese. Wel
actually it looked like English, but when I read the words out loud it sounded
like Chinese to me :-) For example..in this line :
To filter records in a combo/listbox based on the value selected in another
combo/listbox, you can use a stored query which uses the first control's value
as a parameter
One of the problems is, since I am not database literate, I would need to learn
how to do this from the beginning. All that I have typed out is the table with
the 5 columns (and even then I found out I need a primary key for some reason
which I didnt have). I haent written a query for any of the columns yet, so I
cant even get to the point of the page that you have shown me. Is there any
further help that you could provide me? (or if I send you the database can you
write one quick query for me to show me?). I really want to get this done, and
once I learn how to do something, I never forget it

If anyone can help me PLEASE email me and we can talk. I need this for work as
soon as possible, thanks in advance,
Scott

Nov 13 '05 #1
5 2146
Let's go back to your statement that you don't understand this line:
"To filter records in a combo/listbox based on the value selected in another
combo/listbox, you can use a stored query which uses the first control's
value
as a parameter"

Could you list the terms in this statement which you don't understand?

- Turtle

"Rated R1" <ra*****@aol.co m> wrote in message
news:20******** *************** ****@mb-m22.aol.com...
I wrote this before in the NGs, so I am going to paste the responses that I got and see if someone can please help me. Email me and we can set something up as Id even be willing to pay for your time to get me to learn this procedure:

MY ORIGINAL POST:
I am trying to create a database for my small business. I have typed a bunch of information in a table in 5 columns (style, mm, karat, quantity, labor
cost). We have different labor costs obviously depending on what combination those first 4 factors are for example respectively in the columns mentioned above
(abc, 5mm, 14karat, 10pieces), would be $5 for the labor cost. What I want to be able to do is produce a query (pref drop down or similar), that would take what I chose from the style, mm, karat, and quantity, and display the resulting labor cost. In the one above the labor cost would be $5, however if I changed say just the karat to 18karat, the labor would display $6. Any help would be GREATLY appreciated if you can email me it might be easier. If you think youd need to see what I have typed so far please email me and I can send what I have so far..

THEN A RESPONSE:
Access already contains a tool which may do all you need.
Open your table.
From the menu, select Records - Filter - Filter by Form.
The table will change to a single record, with drop boxes for each field.
Fill in the fields, and click Filter - Apply Filter.
Your table will now show only the records which match your entries.

THEN I WROTE:
Yes this is similar to what I want to do...however with a few differences.
First off in the first column I will choose "style a", i want the next column to only give me the results that fall within that category. Then from those choices I select for example "4mm", then I want the third colum to give only the choices that fall within the "style a" + "4mm" category. Then in that
column I choose "14karat", then in the 4th I want only those that fall within "style a" + "4mm" + "14karat", and so on until the 5th column when there will be the result

THEN I GOT THIS
read this, it solves your problem: http://www.mvps.org/access/forms/frm0028.htm
SO MY FINAL RESPONSE WAS:
I will pay someone a reasonable price for leading me to the ulimate answer and helping me learn access for this result

thank you so much for leading me to that page...it will be of great help in the future, however. The problem is on my computer it came up in Chinese. Wel actually it looked like English, but when I read the words out loud it sounded like Chinese to me :-) For example..in this line :
To filter records in a combo/listbox based on the value selected in another combo/listbox, you can use a stored query which uses the first control's value as a parameter
One of the problems is, since I am not database literate, I would need to learn how to do this from the beginning. All that I have typed out is the table with the 5 columns (and even then I found out I need a primary key for some reason which I didnt have). I haent written a query for any of the columns yet, so I cant even get to the point of the page that you have shown me. Is there any further help that you could provide me? (or if I send you the database can you write one quick query for me to show me?). I really want to get this done, and once I learn how to do something, I never forget it

If anyone can help me PLEASE email me and we can talk. I need this for work as soon as possible, thanks in advance,
Scott

Nov 13 '05 #2
actually after spending a few mins on it today...THAT sentence I understand as
far as the concept...but how to actually do it is still another story
Nov 13 '05 #3
Sounds like progress already.

Can you build a query for the first combobox?


"Rated R1" <ra*****@aol.co m> wrote in message
news:20******** *************** ****@mb-m15.aol.com...
actually after spending a few mins on it today...THAT sentence I understand as far as the concept...but how to actually do it is still another story

Nov 13 '05 #4
well my query right now in my first combo/dropdown box (i created in a form),
is just the column style (but I put distinct in there, so that it doesnt
replicate the 100 of the same style names), I can make the same for every one
if I had to, but its connecting them so that one creates an afterevent or
something of just listing the others. And then at the end spitting out a
result. Is tere a way we can talk via email as well since I cant really check
the NGs during the work week
Nov 13 '05 #5
I've sent a reply to the address you're using in the newsgroup; if that's
not where you'd like to correspond, please post your correct e-mail.

- Turtle

"Rated R1" <ra*****@aol.co m> wrote in message
news:20******** *************** ****@mb-m11.aol.com...
well my query right now in my first combo/dropdown box (i created in a form), is just the column style (but I put distinct in there, so that it doesnt
replicate the 100 of the same style names), I can make the same for every one if I had to, but its connecting them so that one creates an afterevent or
something of just listing the others. And then at the end spitting out a
result. Is tere a way we can talk via email as well since I cant really check the NGs during the work week

Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
3437
by: strict9 | last post by:
Hello all, I'm writing several queries which need to do various string formating, including changing a phone number from (123) 456-7890. After some problem with data mismatches, I finally got it to work only to see that it takes 30-60 seconds to run the query, instead of the usual .5 seconds when I use a query without a function. Here is the code for the function. I call it using
2
1225
by: Sosh123 | last post by:
Hi, I was wondering if there is a way with VS.NET and SQLsvr/MSDE to monitor query activity in real time whilst I am debugging an ASP.NET application. I want to see when queries are made to the SQL server, so that I can check the effectiveness of my fragment caching. Any info appreciated!
4
3016
by: ramdayal9 | last post by:
Hi, im new here! How can i run a query after a certain time has passed? I want to run a delete query to run 2 days after the data has been archived. I have created an append query which archives the data and records the date when it was archived. Can any1 help me? Thanks
5
7718
by: manjubhashini19583 | last post by:
Sir, how to write select query and insert query at the same time. I have one database that db having six field. waiting for your reply. thanking you
1
1248
by: change | last post by:
scribes am looking to post a query param at run time and the error that i get is type mismatch but i have made sure that th etype is the same
2
2106
by: Kumarswamy | last post by:
Hi, I have a problem, i have used one condition in where clause ..... but it is taking some time to return values....... so my procedure is taking lot of time....... for the same table if i query with another column in where clause within fraction of second i getting values....... This query is taking some time...... SELECT entrykey,uniquekey FROM frt_app.ENTRIES_WES WHERE uniquekey=9422077251
7
2179
by: enrico via DotNetMonster.com | last post by:
i'm using mySQL as my backend to my program. i know this is not VB.NET anymore but i don't know how to do it. i have a query that will calculate if it satisfies the condition. it goes like this: SELECT (tblseedsubsidy.NoOfBags) FROM agri.tbltrcclient INNER JOIN agri.tblseedsubsidy ON (tbltrcclient.ClientID = tblseedsubsidy.ClientID)
0
2734
by: xwebmaster | last post by:
Hi Please help me solving this query.. I have 3 tables.. comm_propDB ID | User_ID | mls_num -----|---------------|--------------------- 2 | 2 | 5004 3 | 2 | 8920 8 | 2 | 5540
2
1736
by: Ken Jones | last post by:
Table URL_3 consist of the following 2 columns of information being Record No and URL No URL 1 http:/publishing/45/100006_f.SAL_Local.html 2 http:/publishing/45/100006_f.SAL_Area.html I need a substring query that will return the values of Local and Area from column URL of Table URL_3 into an additional column of information. I was looking for the solution, shown below, that tried to delimit the desired...
0
9579
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9422
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9857
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8867
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7404
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6662
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5444
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3952
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2812
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.