| Thread | Last Post | Replies |
|
| Create and destroy a Recordset | 30 May 2007 19:52 GMT | 4 |
I know this is simple but I'm new to Recordsets and can't find the code. I would like to create a temporary table when my form loads, it should contain 3 numeric fields and 3 Yes/No fields. I need to write temporary values to these fields when this form is open and then destroy ...
|
| Combo Box/SQL statement | 30 May 2007 19:48 GMT | 2 |
I have a combo box whose Row Source Type is table/query and Row Source is "SELECT DISTINCT [Package Name] from Packages ORDER BY [Package Name];". I can see the values when I run that SQL statement as a query, but nothing shows up when I run it as a function of the form
|
| Can Query fields be used in Super Easy Word Merge? | 30 May 2007 19:26 GMT | 4 |
In Albert Kallal's WordMerge, will it work only with fields from tables, or can it pull from Query fields as well? And if so, does it have to be set up any differently... how do you tell it you want Query fields rather than Table fields?
|
| Sort Table & Pull most recent record | 30 May 2007 19:10 GMT | 1 |
I'm using a table to transfer data between forms, This table periodically has new records put into it, & I was wondering how to pull the most recent record I'm not sure what the statement would be to pull the fields from that one
|
| sports | 30 May 2007 19:07 GMT | 1 |
|
| How many "simultaneous users" can Access support? | 30 May 2007 19:06 GMT | 12 |
1 - How many "simultaneous users" can Access support? 2 - Is the problem the backend computer resources or the Access code? 3 - Is there any tips for minimizing the potential issues? 4 - Other comments and tips welcome.
|
| ldb file for locks | 30 May 2007 18:05 GMT | 3 |
My database crashed and is asking that I repair it. I cannot repair it because it thinks I and another person are in when we are not. The ibd file show us in it. I have copied the db so all is ok. Now I want to delete the old one but cannot because of this issue. How do I ...
|
| Leading Zeros Lost in Concatenation | 30 May 2007 17:33 GMT | 5 |
I'm working on creating a database that pulls data from three fields and concatenates the results into a fourth. http://s22.quicksharing.com/v/5121074/ScreenShot002.png.html I'm almost there, I suspect, but the first field from which I pull has
|
| Query/Report date parameter | 30 May 2007 17:28 GMT | 3 |
I have a problem which, I hope someone can help me. I have a table that have the following fields: ID Date
|
| Help on form posting to two tables | 30 May 2007 17:08 GMT | 3 |
I have two training tables. Is there a way to post information from one textbox to the same field on both tables. ei employee number on form would like it to go to both tables as this links both of these tables to the employees table.
|
| Querying a Linked table | 30 May 2007 17:06 GMT | 6 |
I am trying to do this: SELECT * FROM MySybaseLinkedTable WHERE dtDateTimeField > (SELECT MAX(dtDateTimeField) FROM MyAccessTable) When I run this query without the subselect and manually put the date
|
| Way to Retrieving data with date parameter | 30 May 2007 17:01 GMT | 2 |
I hope that someone can help me with the following problem. I would like to have an access report with a date parameter that allows me to retrieve data from an access table. I've tried to add the following date parameter in a query "Between [type beginning date] And
|
| Cannot delete #error on one record. | 30 May 2007 16:28 GMT | 5 |
How can I delete one record whichs shows #error on fields. I get stuck in an invalid argument when I try to enter the field to delete it. I click on OK for invalid argument and it keeps coming back several times.
|
| Reading Excel Checkboxes in Access | 30 May 2007 16:19 GMT | 2 |
I created a spreadsheet with checkboxes (controls) on it for reporting purposes. I now need to import the data contained on the spreadsheets into Access. The data is not laid out in neat columns or rows, it was formated to be a stand alone report originally. My problem is not in
|
| Error when trying to use calc field from Query | 30 May 2007 15:36 GMT | 8 |
Whatever I do, I cannot pull a calculated field from a query into a form or report without getting a #Name? error. I did the simplest of tests: created Table1 with fields Field1 and Field2, with format Number, Long Integer.
|