| Thread | Last Post | Replies |
|
| Updating a field with an aggregate query | 24 Jan 2008 02:29 GMT | 1 |
I have a form where people input invoice data. Within that form is a subform where details of the invoice are entered, such as product and amount. The main form is linked to the Invoice table. The subform is linked to the Invoice Detail table. The two tables are joined by the ...
|
| Need to select top 5 rows | 24 Jan 2008 02:24 GMT | 7 |
I want to set up a select to get the sum of a value but I only want to sum up the first 5 rows. Example: select sum(x)
|
| data type for parameter | 24 Jan 2008 01:59 GMT | 4 |
Can someone tell me what datatype a query parameter should have to enable a parameter value of "X" or " " (as in null)? "Text" datatype doesn't want to work. Richard
|
| Show a date on a Report | 24 Jan 2008 01:17 GMT | 4 |
Looking to show the Date in a 2 different text box on my report, If I get these 2 I will work the rest out 1st Day of this month and the first day of next month 1-Jan -2008 and 1- Feb - 2008
|
| Sum an IIF | 24 Jan 2008 01:04 GMT | 4 |
I have a control with a data source as follows: =(IIf([chktaxable]=-1,[txtPriceNet],0) I'd trying to set up another control that would sum this as follows: =Sum(IIf([chktaxable]=-1,[txtPriceNet],0))
|
| changing Text to Currency | 24 Jan 2008 00:54 GMT | 2 |
I have been supplied with data extracted from a third party database. I have two CSV files for two different tables. I have also been given an Access 2003 database that the two CSV tables have been imported into and linked via a query. The problem is that one of the fields ...
|
| DSN-Less Connection | 24 Jan 2008 00:45 GMT | 1 |
Can someone help me write DSN-Less connection between MS Access and Pervasive PSQL V9.0?
|
| Run Query - return 10 rows | 24 Jan 2008 00:14 GMT | 4 |
Is there anyway in which I can run a select query, but only return say the first ten rows to save time? Running a query against a million records takes some time and whilst making ammendments I quickly want to review some of the returned formats (say the first ten).
|
| Can you save an MDB file using VBA? | 24 Jan 2008 00:05 GMT | 2 |
I have an Access 2003 application that is typically used for large amounts of data entry in a relatively short period of time by multiple users - all accessing the same back-end MDB file. I am looking for a way to back up this MDB file to a different PC on the network on a ...
|
| multiple user database | 23 Jan 2008 22:40 GMT | 3 |
For starters, I'm nowhere near an access expert, and I am working under limited time and resources. I have an access database and i need three other users to be able to access and make changes to it from their own respective computers (all of which have
|
| Scalability and General Question for you guys | 23 Jan 2008 21:50 GMT | 1 |
Hello. I have a strange request… I am not looking for any one answer in particular, but perhaps your opinion on how to deal with the following situation… and may be how your company dealt with the following: The company I work for has grown very rapidly, almost to quick. We went ...
|
| Opening another form and loading data into it | 23 Jan 2008 21:06 GMT | 3 |
I currently have sort of a search engine form. It has several options that when selected creates a query on a large set of data. Everything seems to be in order. Everything is based on my Generate button at the end. When I click it, it is supposed to open a form with 2 graphs on ...
|
| Duplicate names in same row | 23 Jan 2008 20:45 GMT | 2 |
I have a table that lists names and dates, where each name can appear several times, each paired with a different date. I would like to make a query which would list each name in one row, but add the dates togather into a (horizontal) comma separated list.
|
| Using a query versus a table for the look up wizard | 23 Jan 2008 20:43 GMT | 1 |
Hello, I have a field which I would like to use the lookup wizard for to generate a drop down list for the user to select from. My question is whether my databse would run faster if I used:
|
| Replicate Column info | 23 Jan 2008 20:29 GMT | 1 |
I am working on a project that requires me to populate a column with the exact info from another column. Is there a way that I can pull in the same value as another column in a table?
|