| Thread | Last Post | Replies |
|
| Interesting Update | 14 Dec 2005 14:14 GMT | 3 |
I have a table with column headings like so with sample data InsID, Type2, ID2, Type3, ID3, Type4, ID4, Type5, ID5 as far as ID16 1234 4567
|
| How can I reference an unbound form variable in a query | 14 Dec 2005 12:15 GMT | 2 |
I want to use an unbound form variable in a query as a parameter, please tell me how to do it?
|
| >=Format(Date(), "mm yy") does not display monthly data? | 14 Dec 2005 11:11 GMT | 3 |
I am trying to get my query to compile our current monthly pass rates. The above Criteria does help in displaying pass rates on an associated report, but they are not the current month. What is wrong with my Criteria?
|
| query dillemma | 14 Dec 2005 10:30 GMT | 1 |
Greetings. I am working in the query design view. I have 3 tables that I need to bring together into a query for a report. The tables are; tblClient, tblRevenue,
|
| how to embed animation in ppt slide show | 14 Dec 2005 10:25 GMT | 1 |
i want a slide show which also my video clip animation
|
| Regarding MS Access and Storeed Procedures | 14 Dec 2005 10:22 GMT | 1 |
Is there any way trhat i can write Dynamic Stored Procedures and Triggers for MS Access Database through MS Access? The requirement is to use only MS Access. The front end will be MS Access forms. MS Access forms will call stored procedure and trigger for data processing in MS ...
|
| Access query | 14 Dec 2005 09:52 GMT | 5 |
Table Groups: GroupId Group Name MasterId 1 AAA 0 2 BBB 0
|
| Need a date query hero | 14 Dec 2005 08:55 GMT | 26 |
I have a table that has 5 fields: ID, AutoNumber Ticket, Number Techs, Number
|
| Using a Query for a mail merge. | 14 Dec 2005 07:01 GMT | 1 |
When creating a query that looks for particular values in certain fields, I have decided that I would try to be clever and make a new field, in the query, calculated on two other ones. In the query in question I have decided to use the CONCATENATE function to the FirstName Field ...
|
| Lock Violations in Update Query | 14 Dec 2005 06:56 GMT | 2 |
I have written an update query that will adjust the rank of items in a list as follows: Private Sub Rank_AfterUpdate() Dim CurrentProcessID As Integer
|
| excluding records | 14 Dec 2005 03:49 GMT | 2 |
I have one table with invoice numbers. Another table represents invoices that have already run and also has invoice numbers. I need a query to pull only records from the first table that are NOT in the second table. I do not know sql, so I need a solution I can do in the query ...
|
| Format Date in Query | 14 Dec 2005 02:29 GMT | 2 |
When I type the following in my query: Funding_Month: Format(DatePart("m",[Funding_Per_Begin]),"mmmm") in my query where (For example) [Funding_Per_Begin] = 2/1/05 the result is JANUARY. Am I doing something wrong?
|
| Sum between date | 14 Dec 2005 01:49 GMT | 3 |
I have 3 fields, employeNb, date and hours and i want to fing the overtimes hours using somthing like SELECT INV.empno, Sum(INV.hr) AS SommeDehr FROM INV
|
| Delete Query | 14 Dec 2005 00:16 GMT | 2 |
I have a SS#, Last, First, Source, Dept, ZipCode table. I noticed I have duplicate people. e.g. ss last first source dept zip 123456789 WALTERS GEORGE TL SOCIAL SCIENCE 10805
|
| Want to "un-concatenate" field | 13 Dec 2005 23:49 GMT | 6 |
I have a linked table that pulls data from our accounting database. In the table are account numbers formated like 999-99999-99999, is there a command that I can put in a query to split this into 3 seperate fields? Thx!
|