| Thread | Last Post | Replies |
|
| Currency to text | 31 Oct 2006 06:21 GMT | 5 |
Hello all \. Iam new to this group. So if I do anything wrong i do not mean it. Here is my question: I have a currency field (i.e. $24.50). I want to change it using an
|
| Combo Box Query | 31 Oct 2006 04:17 GMT | 2 |
I run Win2k and Access 2K I have a form that contains a combo box that looks at a table called "tblAddNames". This combobox works fine but does not show the list in alphabetical order. So, I have created a query called "qryEmployee" that
|
| Query with specific months | 31 Oct 2006 04:01 GMT | 6 |
I want to make a query from my data in which I can have all person with each months birthday in a seperate query. Example: Everyone in my database with a birthday in November.
|
| Displaying the Difference Between a Date and Now() | 31 Oct 2006 03:52 GMT | 1 |
I am using DateDiff to display Total time between and existing date and Now(). In using DateDiff I would like to display the answer in the format: Total days elapsed, h:mm time elasped (dd h:mm). Will DateDiff do this or is there another function I can use? Or is there some ...
|
| Access 2003 Copy a record when a field contains two entries | 31 Oct 2006 03:15 GMT | 2 |
Is it possible to copy a record when a field contains two entries and obtain 2 records, one with each entrie. The table is Colors : Id Color
|
| Can a SQL Pass Through query use a parameter from a Form Control? | 31 Oct 2006 02:47 GMT | 5 |
I have a bit of a newbie question (basically stated in the subject of the posting). If need to get some data out of a SQL Server Database. Can I use a control from a form to supply a parameter. I've created a stored procedure with the parameter I need, I just dont know how to
|
| Convert number to text | 31 Oct 2006 02:15 GMT | 1 |
I need a simple method of linking a number field in a query to a text field from a table (that I can't change). I know there is a Val function to convert text to a number. Is there an equivalent function the other way - number to text?
|
| Deleting Duplicates in Access 2000 | 31 Oct 2006 01:55 GMT | 1 |
Anyone tell me what is the problem with this query? I am trying to delete duplicates out of a large table without re-creating the table. When i run the inside "SELECT (MIN" subquery, it runs super quickly and returns a table with the 200-300 records that would be duplicates as
|
| Missing Data in Union Query | 30 Oct 2006 23:49 GMT | 2 |
I'm combining responses from two different surveys. The two select queries I specify in the union query work as expected when individually executed. The union seems to drop data for a series of questions. If we can make the assumption I have listed the same number of fields in ...
|
| Show data from one field based off another? | 30 Oct 2006 23:47 GMT | 1 |
How do you show only the fields you want based data in a different field? I have the following query.. HLP_CODE ... STATE TCCXX1.... WA
|
| Carriage Return in an Update Query | 30 Oct 2006 23:36 GMT | 3 |
I am wanting to do 'bulk updates' to a Notes field - based on appropriate criteria. eg - "I send an email to all Volunteers living in Wellington to invite them to ....". (NOTE: The user has requested that the Notes field be one record as opposed to a new record each time a new ...
|
| SELECT query to show records for 2 parameter values | 30 Oct 2006 22:40 GMT | 1 |
I am trying to build a select query where if I select one value for a field to also include another. I have a form from which I get my value. For example, if I select on my form to show all records for course # 112, also list all records for course # 111. If the value is not 112, ...
|
| Count & Filter | 30 Oct 2006 22:31 GMT | 5 |
I have this in table: Joe xyz Fred xyz Lou xyz
|
| Count records / rows not working?? Help! | 30 Oct 2006 20:24 GMT | 2 |
Can anyone tell me why this SQL is not working for me? I need to COUNT the number of records/rows there are for each PART, but all I get in the CountOfPart column is all "1"s. I've tried many different things but can't seem to get it to work.
|
| Requery doesn't work | 30 Oct 2006 20:09 GMT | 1 |
Access 2003: I have a form with a combo box, [cboStudents] The combo box's recordsource is a parameter query. The parameter is a textbox on the form.
|