| Thread | Last Post | Replies |
|
| Help in Querying data from 2 tables | 02 Dec 2005 19:46 GMT | 1 |
I have 2 tables the first called users has the fields: UserID, UserName, Comments The 2nd table called SecurityLogins has the fields: SecurityID, SecUserID, SecEffDate, SecUserLogon, SecUserPassword
|
| Combining multiple fields into one field (list). | 02 Dec 2005 19:41 GMT | 3 |
I have a table whose records have four fields. One is an id number and the other three fields contain a unique number assigned to that id. I want to combine all of these assigned numbers into one field so i can make a list of the assigned numbers. How do I do this?
|
| 10 Groups of 100 | 02 Dec 2005 18:46 GMT | 8 |
I was interviewed for a job today and they asked a question that baffled me. If you were given a list of 100 names, how would you seperate them into 10 distinct groups? I asked, "Grouped by what?"
|
| query between two dates and times | 02 Dec 2005 18:23 GMT | 3 |
i need to pull data from table, where the data needs to be limited to be inbetween a specific range of dates and times like, say ill need to see only those records that were entered sometime between 11/1/2005 4:00Pm to 11/2/2005 3:00am. (I work overnights, so i start on monday ...
|
| view record from within datbase view | 02 Dec 2005 18:21 GMT | 1 |
Newbie,,sorry... I have a query that runs a list of al tasks outstanding by customer, from within that dataview i would like to be able to open the customer form for editing is this possible. thanks
|
| record number | 02 Dec 2005 17:49 GMT | 4 |
I wish to number records, in natural order from 1 to n There is no numerical or date comparison or sort that will allow be to rank using the techniques listed (that rely on there being count() records in my query that are logically lower than the current record.
|
| Selecting query from date range | 02 Dec 2005 17:48 GMT | 2 |
i have several queries which have a date range as a filter (between dates) eg i put in on a form start date: 21 nov 05 and end date 20 nov 06 and the query filters out all other records. what im having to do is each year, alter the dates to the current year. eg
|
| Absolute position | 02 Dec 2005 17:45 GMT | 9 |
I can locate the record I'm looking for with Set rst = db.OpenRecordset("tblData;") rst.FindFirst left("Code", 13) = Me.cmbLookup
|
| Select Count | 02 Dec 2005 17:45 GMT | 2 |
I have a query with a sub query and need to perform a count on the sub query, i.e. for the record in query how many records is the sub query bringing. How do I do this? Can I use the Expresion Builder or the SQL window?
|
| all or some records | 02 Dec 2005 17:35 GMT | 2 |
My query uses a function (fclinetID) in the clientID criteria. Sometimes I want to run this query for all clientID records (not null records). Is there a way to use someting like the following code. IIf(IsNull(fclientid()),"ALL RECORDS" ,fclientid())
|
| Reset autonumber | 02 Dec 2005 16:16 GMT | 2 |
I'm using office 2003 and have tried to reset the autonumber in a table by appending a new start number into the table as directed in help, but it is not working. Specifically, I have created a new table with a field named the same as the autonumber field in the table I wish to ...
|
| Crosstab aging report | 02 Dec 2005 15:59 GMT | 3 |
Office 2003 I want to create a report similar to an aged debt report. I want the columns to be 0-14 days
|
| Non-Replicate | 02 Dec 2005 15:52 GMT | 3 |
Hi All, i have two concerns here: 1) Recovered Design Master, unreplicated Tables and Queries. How do i unreplicate Forms, Reports, Makros, and Modules? 2) To unreplicate Tables and Queries it took me a while. Is there any way to
|
| Date queries | 02 Dec 2005 15:34 GMT | 1 |
I'm querying a table with subscription information that contains customerID and end date. I want to query for all subscriptions ending in December, so I'm entering criteria of "between 12/1/2005 and 12/31/2005. That works fine, but can I enter the criteria to query for all ...
|
| Datastamp | 02 Dec 2005 15:26 GMT | 1 |
Dear Michel, I would like to thank you for your answer. Datestamp <=Date()-90 Date(): isn't it the current date less 90, will it show me a bill dating
|