473,407 Members | 2,312 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,407 software developers and data experts.

Picking a Value

I have two Access 2003 tables, one has a "Zone" and "Lot1SqFt" that
changes with each record.

The other table has fields (columns) for each "Zone" plus a Minimum
and Maximum field
and "Records" (rows) that denote the size "Lot1SqFt". (14 fields and
8 records)

How can I have Access find the right value, in the 2nd table, for the
two values from the 1st table?

I'm new to Access and don't know if Dlookup is best or how to write
anything that will do this!

Can anyone help me with this??? Please?

May 24 '07 #1
1 1263
Deac wrote:
I have two Access 2003 tables, one has a "Zone" and "Lot1SqFt" that
changes with each record.

The other table has fields (columns) for each "Zone" plus a Minimum
and Maximum field
and "Records" (rows) that denote the size "Lot1SqFt". (14 fields and
8 records)

How can I have Access find the right value, in the 2nd table, for the
two values from the 1st table?

I'm new to Access and don't know if Dlookup is best or how to write
anything that will do this!

Can anyone help me with this??? Please?
IF you open up the query builder, add the two tables. Link the two
tables on the zone (drag zone from 1 table to the other). Do the same
for Lot1SqFt.

If the second table does not have a Lot1SqFt (I don't fully understand
your table structure, so I don't fully understand the problem) perhaps
you need to use Between. Drag Lot1Sqft from table 1 and use Between
Table2.Min And Table2.Max in the criteria row..

Or Multiply Min and Max to get the LOt1Sqft? And in the criteria row
use Table1.Lot1sqft.

Hard to say with the info provided but maybe this will get you on track.
May 25 '07 #2

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

Similar topics

2
by: Thomas P. Fuller | last post by:
Hi, thanks in advance for any help you can offer me. I'm wrestling with the following problem: The following is on the same jsp page and say that the product parameter is "foo": // This...
1
by: rusttree | last post by:
I'm working on a program that manipulates bmp files. I know the offset location of each piece of relevent data within the bmp file. For example, I know the 18th through 21st byte is an integer...
2
by: Erik Max Francis | last post by:
I was interesting in adding selection and hit testing to ZOE, and was looking at the PyOpenGL wrappers' handling of selection and picking. I see glSelectBuffer to specify the size of the buffer,...
3
by: Scott Collens | last post by:
Hi there, does anyone know if it is possible to set a value in a user control and pick it up in the code behind. I'm trying to reuse the same user control and code behind for multiple pages but...
2
by: vjethava | last post by:
Hi, I'm relatively new to xml. I want to have a xml element of the form: <!ELEMENT CAR (MAKE, COMPANY)> <!ATTLIST CAR TYPE PCDATA PRICE PCADATA> <!ELEMENT COMPANY (HQ, COMPANY_TYPE)>
8
by: Candace | last post by:
I am using the following code to pick off each digit of a number, from right to left. The number I am working with is 84357. So for the first iteration it should return the number 7 and for the...
2
by: zishiri | last post by:
Visual Basic6.0 Coding Help My Operating system is WindowsXP I am working on my current project in vb6.0. My problems are as follows. 1. I want a textbox of one form(form2) to pick a value to...
2
by: manuboy | last post by:
i am struggling to come up with a c program that is capable of picking up the Y, U and V parameters from a video stream and compare them with that of another stream to calculate the PSNR. i was...
0
by: Jonathan | last post by:
I have 3 webforms on 1 page each with Submit buttons. VB.net code activated by clicking the submit button in form 3 is not picking up the value of a field in form 2. It is just returning Null or...
2
by: blaine | last post by:
Hey everyone, Just a friendly question about an efficient way to do this. I have a graph with nodes and edges (networkx is am amazing library, check it out!). I also have a lookup table with...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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,...
0
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...

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.