| Thread | Last Post | Replies |
|
| combo box query within a subform | 02 May 2005 16:28 GMT | 1 |
I'm attempting to set up two combo boxes on a subform (Subform1) that exists within a larger form (Form1). The first box (VENDORS) lists "vendors" and the second box (PRODUCTS) lists "products" for each individual vendor. I have a table (VendorTable) that contains a list of all ...
|
| Fixed column names from a crosstab query. | 02 May 2005 15:56 GMT | 3 |
I use a crosstab query to look at one week's worth of data each day. The column headings created by the crosstab query are dates for example, 4/5/2005 4/6/2005 4/7/2005 etc. If I use the dates on a form, tomorrow they will be different since they will all be incremented by one ...
|
| numbering records | 02 May 2005 15:13 GMT | 5 |
Is there any way to put in a calculated column in a query that will start at 1 and increment by 1 (as a counter) so that when I use that query in a subform, I can take that field and use it to number each record on the subform?
|
| Update query | 02 May 2005 12:04 GMT | 5 |
Can I use an update query to make the value "" ? UPDATE " & sTable & " SET [" & sField & "] = " & _ "'" & sValue & "' " & _ "WHERE [Date]=#" & sDate & "#;"
|
| DSum in a Query | 02 May 2005 09:18 GMT | 2 |
For months I've been trying to work with Dsum. But, I'm just not getting it. Pls help ! I have a query named qryAttend1 with 3 fields: ss, Chg, qDate The original table containing all the info is called Attendance, but I
|
| Currency Rate | 02 May 2005 05:50 GMT | 6 |
I have table called Curr_table and the fields are Curr_code , and the items under that (USD /GBP/EUR) Curr_rate , and the rates (0.295 /0.595 /0/335) and another table called Fx_ladder
|
| Parsing Key Field in one table in a Query | 02 May 2005 03:54 GMT | 16 |
I have two tables in a data base - New Customer and Old Customer The key relationship fields in each table is the Customer Number The New Customer number in the New Customer table is 7 positions alpha/numeric The Old Customer number in the Old Customer table is 6 positions ...
|
| List box parameter is query | 02 May 2005 02:59 GMT | 1 |
I have a list box on a form. the reason i have used a list box instead of a combo box is that id like to be able to do multiple selections from the control. Basicly fill in the fields on the form click the run report button and the
|
| Calculated Fields in query | 01 May 2005 23:37 GMT | 4 |
I have a query that pulls a month worth of figures and puts them on a excel worksheet... I would like to add 2 calculated fields to the end of the query but not sure how to do this... Here is the SQL as it stands now...
|
| Query | 01 May 2005 21:58 GMT | 1 |
Here is my problem: I have a database with orders, order details and tblproduction. What i want to do is the following: Get a query to collect information from order details sorted by productID
|
| Query problem - top 5 validation | 01 May 2005 18:39 GMT | 1 |
I have a problem to run a query like this scenario: i have players in a table who have scored in many matches and i want to take the 5 latest. The latest i want to multiply with 1.0 and then after with 0.8, 0.6, 0.4 and
|
| List fields data from two tables. | 01 May 2005 12:09 GMT | 1 |
I have a database that has two table (game1) and (game2), both tables have id, formation, play, attempts, and yards. I want to create a query that will list all of the records from both of the tables in the formation field.
|
| What is the T-SQL equivalent for ANSI-SQL substr? | 01 May 2005 11:35 GMT | 2 |
The field "AccountNum" is 21 characters long. The department number is imbedded in the "AccountNum" field beginning in position 8 for 4 characters. In an Access SQL view I am trying to use the SQL substring function but Access query does not recognize it. substr([tablename ...
|
| Union Two Tables with Different number of columns | 01 May 2005 08:30 GMT | 2 |
Hi, How can I select a union record set from two tables while having different number of columns?
|
| Calculating difference between field values for different records | 01 May 2005 05:33 GMT | 1 |
I am working with a query in which I want to determine the elapsed time between date values in different records. The application is a database containing animal records. I have a table that contains birth information. Each record contains the data regarding a birth event (the ...
|