| Thread | Last Post | Replies |
|
| Using same structure. | 07 Feb 2008 23:15 GMT | 5 |
Is there a fast way to recreate the structure of a database without the data? I would like to use the design but not the data... Thanks! Cheese
|
| Table Design - Yes/No or Text | 07 Feb 2008 23:04 GMT | 5 |
I'm trying to figure out which would be the better design for a table or two. I'm converting paper forms into a db format. On the paper forms, there are categories for Current Land Use (Ag, Commercial, Residential, etc) and Disturbance (Logged, Erosion, etc). Each of these have ...
|
| table not updating | 07 Feb 2008 19:19 GMT | 8 |
I am adding records to tblEmployees using below, no connection: strAddRecord="INSERT INTO tblEmployees() VALUES ()" DoCmd.RunSQL strAddRecord and this works fine. I then open the same table, over connection:
|
| Strange tables appeared in my database | 07 Feb 2008 13:14 GMT | 3 |
The following tables were generated by my data base, what cuase it? MSYsAcceStorage, MSysACEs, MSysNavPaneGroupCategory, and a few more with similar name. Did I do something wrong or something cause this that I don't remebr?
|
| Creating Lookup Fields | 06 Feb 2008 23:22 GMT | 1 |
I have a database where I want to have the lookup fields cascade. A good example of this is when you visit an automotive parts website. You first enter the year of your vehicle, then the next field (Vehicle Make) lists vehicles from that year, then the next field (Vehicle model) ...
|
| how to transfer report to pdf file? | 06 Feb 2008 13:32 GMT | 1 |
Is there any code or thing that can transfer a report to pdf file? many thanks
|
| Many to many table realtionship | 06 Feb 2008 12:32 GMT | 1 |
I have read some explanantions about many to many table relationship, but it is not so clear to me in practice. My church membership database that I am going to make will include list of church officers or servents we can say.
|
| stop duplicate records being created. | 06 Feb 2008 05:58 GMT | 1 |
I have a table for OT(primary Key is ID that auto numbers) that the employee goes in to a form and enter in the hours they are available to work for the week and that does create a good record. The problem I am having is that if the employee goes back in to make a change a new ...
|
| querry of 2 different times -- I need the 6 minutes before and aft | 06 Feb 2008 04:51 GMT | 5 |
I have 2 tables that have coorsponding data that are gathered in time. In table A the time is (EX. 12:34:17pm) in table B the time is calculated every 6 minutes for the required data (EX 12:30:00pm next 12:36:00pm) The Question: how do I querry the two tables so that when I ...
|
| Is this do-able? Multi-random options | 05 Feb 2008 16:43 GMT | 2 |
I have 12 locations, 4 security checks, and 16 different security check times. They want to put in a db a months worth of random checks (so they can see ahead at when they will do them), performed 3 per day, and sign off that it was completed. IE, day 1 has location A doing ...
|
| How do I download & upload data into MS Access2003 via RS232 Port | 04 Feb 2008 18:56 GMT | 2 |
I have an in-house developed control room program receiving data from different sources & I want to also receive data via a RS 232 port from a radio transmitter. Help
|
| Linking two forms | 04 Feb 2008 16:44 GMT | 1 |
I have two forms linked as tables by a one-to-many relationship. This is what I need. A control on the "one" form which opens the "many" form but which filters records within the "many" form using the primary key in the "one" form.
|
| Multi-User Database | 04 Feb 2008 14:49 GMT | 3 |
I would like your opinion on this; I have a ms access database that will be used in a multi-user environment, across different Teams. Data will be loaded from text files several times a day in a MS Access table, users will retrieve the data from the tables and displayed in a form. ...
|
| Layers in client documents | 04 Feb 2008 14:31 GMT | 7 |
I have a client who wishes to place several hundred documents into a database. Then attach values to specific statements in the document. So far so good. But, the documents are inconsistent in their presentation the statements for
|
| design dilemma... | 04 Feb 2008 08:36 GMT | 6 |
I am working on a database that, among other things, will be used to record Chemistry Lab Values (it's for Cancer Treatment). The structure of the table is like this: CREATE TABLE PatientLabs(
|