| Thread | Last Post | Replies |
|
| Need training database | 20 Nov 2004 18:45 GMT | 5 |
Hi Im new with access and have never created a database. I need a database that I can use to keep all my safety training records for our employees. I'd like to be able to print reports monthly/annually showing who is due for what training. Id also like to be able to
|
| Alternatives to Lookup Fields | 20 Nov 2004 17:37 GMT | 13 |
I have a general question about table access and look ups. Over simplifying things,and using a very theoretical example, lets say I have two tables; Client and Bill. The client table has a unique auto number (which is indexed) and the Client name, as well
|
| Day part of Date | 20 Nov 2004 16:48 GMT | 1 |
I have 2 fields: Date Field and Amount Field. How do I get the day part of a Date field like Sunday, 21 November to fill the Amount Field automatically in which the days of the week have different amounts. Example Sunday = 55, Monday = 110, Tuesday = 120 etc
|
| Looking for ways to generate unique ids for a user's PC | 20 Nov 2004 16:13 GMT | 33 |
Does anyone know how the following info is extracted from the user's computer by a Front Page form? HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
|
| Browes button | 20 Nov 2004 14:38 GMT | 1 |
Very new at this Is it possible to add a browse button to a form. I would like to be able to link files. And be able to hit a button and search for them.
|
| Run .reg file for all users of a network | 20 Nov 2004 13:52 GMT | 1 |
I have a .reg file that I need to run across a network. Currently, we run it for each logon on the network manually, which is not really working well as there are over a hundred users and they don't necessarily all use their own machines all the time. How does the system ...
|
| FindFirst: quick suggestion | 20 Nov 2004 13:26 GMT | 1 |
Snippets -------- Dim mydb As Database, myset As DAO.Recordset Set mydb = CurrentDb
|
| New to Code - Syntax for Running a Sub or Function | 20 Nov 2004 12:55 GMT | 2 |
Hi - Maybe it's my code, or maybe it's that I am not coding the Call to a sub in my code properly. Whichever, I am getting the error "Invalid Use of Null" when running
|
| Excel or Chart Wizard | 20 Nov 2004 12:34 GMT | 1 |
I was wondering if it is possible to code a macro to: 1. retrieve a bunch or records 2. output them to an excel file 3. have excel start up
|
| Excel to Access export - query possible? | 20 Nov 2004 12:32 GMT | 1 |
I'm trying to export an Excel2K spreadsheet to A2K. Here is a sample of the Excel spreadsheet: LastName FirstName Hours Location HoursPercent Doe John 9 WMC 2.94
|
| printing forms with filter (multiple subforms) | 20 Nov 2004 11:35 GMT | 1 |
I'd like to print a form based on the filters currently applied to it (these are again based on selections in combo-boxes). The form has multiple subforms, and as I try to print it, it prints all records in each of these, not just the ones i have showing based on the filters
|
| Importing text into multiple tables | 20 Nov 2004 11:31 GMT | 1 |
I have a database with the following one to many mappings: Prototype => Device => Test Conditions => Test Results When I input data manually the database works fine and each set of results is associated with a set of test conditions which is in turn
|
| How do I identify the user locking a record | 20 Nov 2004 11:25 GMT | 1 |
I have a large 6 MB database that is beeing accessed by another acccess file executing as the front-end (both on windows shared drive). I lock the records when a user is editing the item. Other users cannot edit the item at the same time bcause the record is
|
| Excel Pivot linked to Access | 20 Nov 2004 11:06 GMT | 1 |
I currently have an Excel pivot that's linked to an external Access database. The DB table contains over 1 million records. This causes Excel to use about 1GB in memory. If I port the Access DB to MS SQL and link the pivot to a cube file,
|
| Exporting from Access2000 tables with OLE objects | 20 Nov 2004 10:44 GMT | 1 |
Hi to all, the topic title say all: how can i export an access table countaning OLE objects (embenned images) to another DB (in my case postgresql)? Thanks to all,
|