| Thread | Last Post | Replies |
|
| Save a Query as a table? | 01 Aug 2006 19:27 GMT | 5 |
Is that possible to save a query as a table which do need extra efforts in Access 2003?
|
| WHO CAN HELLP ME WITH ISSUES DATABASE? | 01 Aug 2006 18:06 GMT | 1 |
I have one problem with this databese becouse it do not wount to do search Issues by date. All other searches are OK but with date it do not work. please help
|
| Module functions can't be found, but only on one computer | 01 Aug 2006 17:16 GMT | 2 |
I have a function that I created as a public function in a module so it could be used in queries, etc. The database is on a network and is used by many people each on their own seperate computer. For some reason one paticular computer can't find any functions in modules.
|
| Import dbf file | 01 Aug 2006 14:53 GMT | 4 |
I am trying to import a dbf file into my Access DB using the following: DoCmd.TransferDatabase acImport, "dBase 5.0", "C:\temp\member.dbf" I get an error message indicating that the path is not valid. The file exists exactly as specified and I can import the file manually. Any ...
|
| excel macro | 01 Aug 2006 14:41 GMT | 1 |
i want to have a tolerance for a value in column d depending on an entry(model size) in column a. if its over or under this tolerance the entry would be highlighted . for each model size these would be subtotaled.
|
| Error 2501 Help | 01 Aug 2006 14:26 GMT | 3 |
I have a command button on my form that when clicked opens the insert hyperlink dialog box. That works fine. The problem is when I click Cancel and decide not to insert a hyperlink I get "Error 2501" I was wondering how I fix my code to handle that error.
|
| Which is more efficient - SQL or pre-written query? | 01 Aug 2006 13:25 GMT | 4 |
I need to change the recordsource of a subform based on user selection on the main form. Which is more efficient - using a SQL string or a pre-written query with parameters?
|
| TransferSpreadsheet Type Conversion Failure | 01 Aug 2006 11:20 GMT | 4 |
When transfering .xls into Access table I get a Type Conversion Failure error. Example: I have column in Excel with numeric and text values in a column. If the top row of the imported Excel is numeric and several rows down is Text in the same column the error occurs. If the ...
|
| Field Link | 01 Aug 2006 03:55 GMT | 1 |
This seems like a simple issue but could use help on how to best approach a design issue. I have two tables 1) Client 2) Representative with a one to many relationship. In the Client Form, I have a combo box for selecting the many
|
| Using a "wildcard" as a Search Tool | 01 Aug 2006 03:09 GMT | 1 |
I have been using Access for awhile in the work setting, i.e. forms, tables, - the basic. I have yet to use Visual Basic which I think I need to complete a task. I would like to create in my database something similar to a "search engine". The Database is compiled of Vendors and ...
|
| keep having to debug and compile access database | 01 Aug 2006 03:02 GMT | 1 |
I have an access database that when opened comes up to a form where my users hit a key and that takes them to the entry form where they enter various information. Recently when they log on they can pull reports that are also on the main form but when they hit the key to open up ...
|
| datagrid question | 01 Aug 2006 01:05 GMT | 4 |
I would like to retrieve data of table from SS2K and show them on the form of MS access. But the datagrid control has not found in MS access. How can I find out the solution? I now try to use ADO connection but it is still not complete.
|