| Thread | Last Post | Replies |
|
| Cannot Querie More Reocrds from SQL. | 15 Nov 2005 12:31 GMT | 1 |
I have a table in SQL. it contains employee details. Eg. name . id . sex etc. .. the primary key is the ID no. ok now there are around 18000 records in this table. i have made a form in Access. the user enters the ID number and the details
|
| Add new column | 15 Nov 2005 12:25 GMT | 2 |
I would like to add a column in an existing table with this code. ALTER TABLE tCheckImport ADD COLUMN bStdOpt BOOL But it doesn' t work, what' s wrong with it ? Regards
|
| How To Build a Combo Box as a Data Filter | 15 Nov 2005 12:06 GMT | 1 |
I would like to think I am a pretty resourceful guy, but this is driving me crazy. In short, I need to use a combo box as a data filter, unfortunately this is harder than it sounds for the self initiated.
|
| Memo field add/update failure | 15 Nov 2005 12:00 GMT | 4 |
I am working on a new website using asp with an Access database. I have a problem with a Memo field when adding/updating - the SQL fails with Microsoft OLE DB Provider for ODBC Drivers error '80040e21' [Microsoft][ODBC Microsoft Access Driver]Invalid precision value
|
| Round Up and Down | 15 Nov 2005 08:38 GMT | 2 |
Hi Can anyone tell me how to roundup and rounddown depending on if a number is greater than = .50 then roundup >.49 rounddown. 1.69 = 2 1.5 = 2
|
| Sorting With Negatives | 15 Nov 2005 08:11 GMT | 7 |
I have written a query which pulls various bits of data from a number of tables and then does some calculation based on information pulled back. The results can either be positive or negative and I need to sort this field decending....starting with the higest positive and
|
| How do I concatenate / refrence the column name? | 15 Nov 2005 03:53 GMT | 2 |
Im not sure if this is possible in Access, but i got a table set up like the following: Name Ford Chevy Dodge ----------------------------------------------
|
| join queries/tables | 15 Nov 2005 01:45 GMT | 6 |
hello. i have 2 queries, 1 that has daily data entered based on how many customers a salesperson had that day and one that is monthly for how many cars that person sold for a given month. i have a report that is based off of the first query but now i want to add one field from the ...
|
| string or number | 15 Nov 2005 01:40 GMT | 1 |
How do i test if a field value is either a string, a number or null
 Signature Regards Patrick Stubbin
|
| Partial Delete Query | 15 Nov 2005 00:03 GMT | 4 |
Access 2000. I need a delete query that will only delete the contents of one or two fields in a table. I have a table named "EMP" 2 of the fields are named "FirstDay" and Last Day" I need to delete the entries of these two fields, not the data of the other fields...Thanks.. ...
|
| I could use some advice - I suspect this is an EASY query - just cant get it straight. | 14 Nov 2005 22:36 GMT | 1 |
Ok - setup. 3 tables as below with obvious links. Reservations, Tickets, Events I have a Reservations form with subform Tickets all working OK. What I need to be able to do is to add new tickets to the subform and by
|
| Getting "Invalid Arguemnt" error 3001 accessing certain queies | 14 Nov 2005 22:16 GMT | 2 |
queries were working just fine earlier. Article 141351 didn't solve the problem??
|
| data collection and THEN QUERY | 14 Nov 2005 22:01 GMT | 1 |
I am converting and updating a business contact database. the first search is on "LAST NAME". that works fine. I would like to have a query that first prompts the user for the name of the field that they would like to search on and then it runs a basic select query
|
| Find text within field | 14 Nov 2005 21:54 GMT | 3 |
Trying to do something in Access that I usually do on smaller recordset in Excel. Want to search a field for a string then have access return the point at which the searched string starts. That way I can do a mid functions to try to strip the string and trailing characters into a ...
|
| Find Duplicates (multiple criteria) | 14 Nov 2005 21:52 GMT | 2 |
I have a table that contains claims data. I need to isolate duplicate claims. The combination of three fields (name, date and procedure) all of which must be identical constitute a duplicate claim. Any suggestions on how I would do this? Im a code novice and use query design or ...
|