473,386 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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 2122
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.com> 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.com> 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.com> 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
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...
2
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...
4
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...
5
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
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
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...
7
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: ...
0
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 ...
2
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 ...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.