| Thread | Last Post | Replies |
|
| Updating Single Field Multiple Times | 19 Mar 2007 19:05 GMT | 1 |
I have a list of 1000's of products that I would like to categorize based on their names. I expect to have about 50 categories and prefer not to have 50 different update queries. What I have now is:
|
| Custom Function | 19 Mar 2007 18:05 GMT | 6 |
I am stuck with a date function, I think it is just something silly I am missing, please could you advise. Many thanks for your time. Kerry
|
| invalid bracketing of name error | 19 Mar 2007 17:07 GMT | 1 |
In creating the following in SQL I am getting the following error "invalid bracketing of name"... As I look at this SELECT [Beginning Transaction Date] AS Expr2, [Ending Transaction Date] AS Expr3, [Manual check].[PaygroupLookup] AS [Business unit],
|
| "You cannot add or change a record": HELP please | 19 Mar 2007 16:49 GMT | 1 |
I have the following relationships: tble_query -> 1:n -> tble_Ccode <- n:1 <- lkup_CcodeS <- n:1 <- lkup_CCodeT I have a form which holds "query" information and I have a subform which holds "CCode" information. The subform consists of a cascading combo that
|
| Access Query Output to report Summation problems | 19 Mar 2007 14:51 GMT | 2 |
I have a query that I output into a report. When I use the sum function in the report control source property field I get a mismatch error when I run the report. example
|
| Change query criteria by form with wildcards | 19 Mar 2007 14:29 GMT | 6 |
I'm using access 2000. I am trying to set up a form that will change the criteria in a query to show whatever has been typed into a text box on the form. I have successfully managed to link a parameter query to the form, however I would like the "search" facility to change the ...
|
| Calculate average in a query | 19 Mar 2007 12:55 GMT | 9 |
i have a query like this idno haemoglobin 1 10.2 2 14.6
|
| How to implement the outer join in ACCESS for more than 2 tables? | 19 Mar 2007 11:39 GMT | 1 |
I have three tables (Employees, Outsourced and Projects). Projects table include project_id, project_name,
|
| referencing Calculated fields in Subqueries.. | 19 Mar 2007 04:54 GMT | 2 |
In one of my calculated fields, I am trying to reference another calculated field within it: EMPIDValidation: IIf(Len([EMPID])<>0,[EMPID],(Select A.EMPID FROM tblInvalidSINMapping as A WHERE (A.InvalidSIN = tblPayrollUpload.SIN) AND
|
| add a date expression on my query | 19 Mar 2007 04:51 GMT | 1 |
PAYDATE: (SELECT ????([DATE]) FROM [TABLE2] WHERE [TABLE2].[IDNO] = [TABLE1].[IDNO]) i want to set the the earliest date record from other table to my query but i do not know what is the correct expression for this can any1 teach me how!
|
| Date Criteria Question | 19 Mar 2007 02:45 GMT | 9 |
I have a query that groups records by Client and uses the date entered by the user which all works fine, but I also want to show the last entered date prior to the date entered by the user for each client that has an entry on the date entered by user.
|
| Expression to link two tables together not working | 18 Mar 2007 22:03 GMT | 5 |
I have the following expression in query "Deposits3" under field [Office Name], table [Deposits] for the report "rptDeposits3": Trim(Str([Offices]![OffName])) What I'm trying to do is link the shown table [Offices] field [OffName] to
|
| how did create query on the microsoft access about this question | 18 Mar 2007 21:43 GMT | 1 |
We need the Code from Queries or Forms or Reports or Modules in Microsoft Access 2003 to distinguish between last record of the last month and least record number in the following month. Then compare both of the records and then give as the least (less) figure
|
| Missing Export Wizard | 18 Mar 2007 20:52 GMT | 6 |
Each year before March 31, I prepare a text file for the IRS reporting center that has specific formatting rules. In the past I have been able to "export" the data from an Access query to a text editor by completing an "export wizard" that was part of the Access export procedure.
|
| Always round up in a query? | 18 Mar 2007 16:59 GMT | 4 |
I have come across this little requirement for a database that I am writting and I hope that someone could give me the answer? I have a qury providing a calculation, but I need the answer to always round up to the next whole number.
|