| Thread | Last Post | Replies |
|
| Table design | 07 Dec 2004 23:33 GMT | 1 |
I need to track bank statement data. Statements must be grouped in the following order: by customer, bank, account, statement date, statement data. I already have a customer table linked to the bank and account tables. I'm struggling with the best design for the statment table ...
|
| How do I set a text field in a table to be case sensitive? | 07 Dec 2004 22:23 GMT | 3 |
I have import a table using ODBC and there is a field that is two alpha characters which represents a name. These two character fields could be "AB" or "Ab" or "aB" or "ab" and all four are unique for four different names. I am trying to run a query which uses the two character ...
|
| I need help with my design | 07 Dec 2004 21:21 GMT | 2 |
Sorry, i didn't know that i wasn't allowed to use attachments, this is my first time posting in a newsgroup, so i will try this again. First, here is the requirements: CLIENTS Name Last name, first name, middle initial Address Street, city, postal code Phone numbers Home, work, ...
|
| How to update a list box based on values selected in a combo box? | 07 Dec 2004 20:26 GMT | 1 |
I need a code, expression, or a query that updates list box values based on selected values in the combo box. For example, When choosing a country in the combo box, the list box should list cities located in that selected country.
|
| tables w diff fields-merge | 07 Dec 2004 20:13 GMT | 2 |
One table used check boxes, the other table used yes/no. How can merge tables into one without loosing the data. I don't mind changing the check boxes to yes/no or visa-versa, but it looks like this will delete the data.
|
| Adding notes to customer records | 07 Dec 2004 19:55 GMT | 2 |
I am no programmer and I am a novice Access user at best. My boss is extremely cheap, however, so I have been tasked with designing a database that will accomodate what Microsoft Outlook cannot. We are a granite countertop fabrication business and interact with
|
| Record to Record relationships with mult incidents. | 07 Dec 2004 17:50 GMT | 1 |
First, thanks for looking at this post. I am trying to document the relationship (interpersonal / not neccesarily DB relation) of 1400 people to each other. One table within the database contains the data for each of these people in individual records.
|
| Reset table field properties globally | 07 Dec 2004 16:59 GMT | 1 |
I'm have to recreate ~ 100 replicated tables to remove the replication info fields ("s_..." fields). Certain field properties such as "Allow Zero Length" were reset to the default NO when the new tables were made. Is there a way
|
| Parameter Queries | 07 Dec 2004 08:29 GMT | 2 |
How do I get a drop down list to function in a parameter query. I want to restrict queries to a select list with precise spellings to avoid operator/user error.
|
| How can I report the metadata in an Access database? | 06 Dec 2004 23:54 GMT | 11 |
Old versions of Access had a Database Documentor facility which was very helpful but is no longer in the product. Has anyone built this functionality into a set of VB modules that extract the table, relationship, and column properties and put them into Access
|
| Does anyone have a MS Access database for writing school reports? | 06 Dec 2004 17:19 GMT | 1 |
Access would seem to be the perfect application for generating school reports for pupils at the end of a term or year. However, I've never managed to get to grips with Access. Anyone know of a good solution?
|
| access | 06 Dec 2004 17:19 GMT | 4 |
Which is used to produce more attractive output?
|
| How to set Validation Rule in SQL | 06 Dec 2004 17:07 GMT | 1 |
CREATE TABLE MYTAB(MYCOL DECIMAL(10,2) DEFAULT 10) How can I extend this statement to include a Validation Rule?
|
| Access: Multiple transaction dates (displaying last one) for one . | 06 Dec 2004 16:08 GMT | 1 |
How do I generate a report where I can have multiple listings under the same header. (i.e multiple transaction dates (but only displaying the last date in the report) and I want the transaction dates to be displayed corresponding to only one company name. I do not want a table ...
|
| How to get Check constraint name with SQL | 06 Dec 2004 14:55 GMT | 1 |
CREATE TABLE MYTAB(MYCOL DECIMAL(10,2) DEFAULT 10, Check([MyCol]>10) With this SQL, the constraint is assigned a name. How can I recover the name with SQL? In order to find the name, enter an incorrect value in the column.
|