| Thread | Last Post | Replies |
|
| Fields in list format | 27 Jul 2005 22:19 GMT | 7 |
I have a table with financial data that has column headings as Months, and the first row contains the description eg. Jan Feb Mar Salary 1000 500 3000
|
| Simple criteria problem | 27 Jul 2005 21:59 GMT | 2 |
I cant seem to get the query I run to select its criteria from the form Im putting the comand button on. The criteria im using is forms!Formsname!ContactID even though I have contactID ref on the form it still asks me for ContactID Parameter.
|
| Using Like and user Input | 27 Jul 2005 21:11 GMT | 2 |
How can you use the condition Like with user input, ie I want a query that will return items Like whatever the user inputs
|
| Help with dateAdd | 27 Jul 2005 21:01 GMT | 3 |
I have the following expression on a query. ProjFinDate: IIf([TMBG]=0,"",DateAdd("d",[PresentDays],[TMBG])) I get the Expression typed wrong or to complex error. does any one have any ideas. Thanks
|
| need query to produce multiple name badges | 27 Jul 2005 20:24 GMT | 5 |
I need to create 5 or more name badges for an agency that registers 5 or more people to attend a conference. The name badges will bear the agency name and the agency will then assign the badges to the people it chooses to send to the conference. I need the query to support a ...
|
| How do I update a DAP based on a query? | 27 Jul 2005 20:21 GMT | 4 |
Trying to update a DAP based on a query but the navigation bar is not active to add information and the data fields are not updateable.
|
| crosstab - left outer join? | 27 Jul 2005 19:49 GMT | 4 |
I have a crosstab query that I need to work more like a left outer join than an inner join. Instead of this: 1/2005 2/2005 3/2005 etc 12345-1 33 22 11
|
| formula | 27 Jul 2005 19:42 GMT | 1 |
I am trying to set up a formula to query for dates that are 90 days or older. What is the formula I need to use to successfully query for this information?
|
| Access formulas | 27 Jul 2005 19:36 GMT | 2 |
I come from an Excel background, so I find that I am at a loss. I am trying to build a database to code in old invoices. Different bits of information need to be tallied and reported on. From what I can glean from the instruction manual, I should be able to
|
| Formula (adding mutiple fields) in query... | 27 Jul 2005 18:19 GMT | 2 |
I have a simple query running off of one table local. Here is my problem: I am simply trying to total the following fields from the same table with the same format (Double) for each record but it gives me blanks. No errors it just won't give me any results.
|
| Access - allow find/replace in query SQL view | 27 Jul 2005 18:18 GMT | 1 |
I do a lot of creating/testing SQL statements in Access that pull data from MS SQL Server or FoxPro or other data sources, then copy and past that SQL statement into ASP pages. However, sometimes the syntax is slightly different. For example, Access talks to my linked SQL ...
|
| Subtract Month | 27 Jul 2005 17:56 GMT | 1 |
Hi! I have a field in my query called DateRateAssigned. I would like the next field to be DateRateAssigned minus one month. Right now if DateRateAssigned is 1/1/2005 and in the next field I put in "DateRateAssigned-1" I get 12/31/2004 instead of 12/31/2004. How do I
|
| acceptance form | 27 Jul 2005 17:12 GMT | 1 |
I have a form in a dbase for college to record applications. Then say a few weeks later the students get accepted or refused. So i have a form for acceptances and a form for refusals. In the acceptance form - which has student details and sub form has the status given and date ...
|
| How to create a new record if i have a start date and an end date | 27 Jul 2005 17:11 GMT | 3 |
I read the below question and the answer but I still do not understand how you got to what you wanted. I'm new to the expressions and the select. can you please explain more to me on how you set up your query and where you put this information in. for the expression, can you ...
|
| calculating sums | 27 Jul 2005 17:07 GMT | 21 |
Here is my Statement in SQL View. I need to have a sum for Fields Current, [1-30], [31-60], [61-90],[91-180], [181-360], [360+]. From what I understand it should be (Sum([Current]) It will not work. I am getting frustrated. As I run my different queries, I need to export them to ...
|