Hi.
We are working with SQL server 2000. We have developed an interface in Excel (VBA) that returns a record set to a worksheet then moves that data into memory. What we actually want to do is return the record set directly to memory. Can anyone help with the most straight foward way to achieve...
Hi, we would like to secure the tables and queries data and design from viewing by particular group of people by assigning permissions. We have a form that queries the tables and display the results in a grid control. However instead of looking into the tables, we would like them to only be...
Would anyone know how well Access can handle large number of tables and handling the queries? Perhaps it's not the best database design, but I have with me a database that stores values for 42 variables (x dimension) by 267 variables (y dimension) by 8 units of time (z dimension). I need to run...
I have a query that queries multiple tables, and contains a calculated field. I am hoping to find a way where I can:
1. Change the forecolor of the field IF the calculated field = yes
2. Calculate the queried field by multiplying it by 10
3. After making these changes to the query, display the...
Hi PHV. You still around?
When we tried your suggestion (query below) we recieved the message "undefined function 'left' in expression".
SELECT W7_Weighted_MeansTbl.Means, W8_Weighted_MeansTbl.Means
FROM W8_Weighted_MeansTbl INNER JOIN W7_Weighted_MeansTbl
ON Left(W8_Weighted_MeansTbl.ID,7)...
Cool. Example of our database is
Field 1 Field 2
P1-I1-Y1 Data
P1-I1-Y2 Data
P1-I2-Y1 Data
.....
The query result we aim to achieve
Y1 Y2
P1-I1-(Y1&Y2) Data Y1 Data Y2
In the query result example above we have queried across...
The primary key represents a combination of three seperate elements. However we are endeavouring to query for different combinations of any two of the three elements. For example, our ID consists of Year, Industry and Price and we want ot be able to display records containing either Price and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.