|
More site info...
microsoft.public.access.tablesdbdesign | Forum profile
|
|
Forum profile page for microsoft.public.access.tablesdbdesign on http://www.microsoft.com/communities/newsgroups....
This report page is the aggregated overview from a single forum: microsoft.public.access.tablesdbdesign, located on the Message Board at http://www.microsoft.com/communities/newsgroups....
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "microsoft.public.access.tablesdbdesign" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on microsoft.public.access.tablesdbdesign:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
22
|
85
|
337
|
|
Post:
|
44
|
215
|
995
|
|
|
microsoft.public.access.tablesdbdesign Posting activity graph:
|
Top authors during last week:
user's latest post:
Need guidance for Inventory...
Published (2009-11-02 23:10:00)
Thanks for the John, There definitely are multiple items per invoice. My table structure is the following: Invoice table > transactions table > products table. Multiple transactions per table. Can you describe a little bit further your statement "InvoiceDetails table typically - you can do so in the afterupdate event of an item combo box, or some other appropriate event." also if you have an example...
user's latest post:
real estate database design in...
Published (2009-11-03 18:23:00)
in nutting through this myself i'm thinking this can be fixed by creating a totals query for the search field but this doesnt work and i get this error You created an SQL statement with an ALL, DISTINCT, or DISTINCTROW predicate and an ORDER BY clause that contains a field not listed in the SELECT statement. Remove the DISTINCT reserved word, or remove the specified field from the ORDER BY clause. i'm not really good with...
user's latest post:
real estate database design in...
Published (2009-11-02 23:10:00)
On Mon, 2 Nov 2009 17:41:01 -0800, deb <deb@discussions.microsoft.com> wrote: >now my lookup/search combo box is duplicating all the records because of the >car parking spaces Then correct the errors in your form or query design. If you would like help doing so please post the structure of your tables and your form. -- John W. Vinson [MVP] .
user's latest post:
Need Help Updating Table in...
Published (2009-11-02 16:35:00)
>>They then close out the form and the table is updated with the information that they entered. I asked how this is accomplished. If you post that information I may be able to tell you how to modify it so the rest of the data is passed. Do you have a one-to-many relationship between the two tables? -- Build a little, test a little. "Brent Sweet" wrote: > Hi Karl, > > Ok So...
user's latest post:
Field Privacy in...
Published (2009-11-06 07:25:00)
It's going to be pretty much work if the SSN must be hidden from all other users. Also you won't be able to use it as the primary key field. Note: using a SSN as the PK is a bad idea anyway. What happens if you have an employee who is not a US citizen and therefore doesn't have a SSN? 1. You'll need to implement user-level security. Note that Access 2007 accdb files do not support user-level security. 2....
user's latest post:
Need guidance for Inventory...
Published (2009-11-02 23:10:00)
plisvb, I would have... tblInvoice iInvoiceiD (PK) iDate iCustomerID (FK linked to PK in tblCustomers) etc... tblInvoiceDetails idInvoiceDetailID (PK) idInvoiceID (FK linked to PK in tblInvoice) idQuantity idUnitOfMeasure (Optional field) idGroceryID (FK linked to PK in tblGroceries) idDescription idPrice idBackOrdered (Optional field) idApplyCoupon (Optional field) tblGroceries gGroceryID (PK) gItemID gBrandID (Optional field)...
user's latest post:
Need Help Updating Table in...
Published (2009-11-02 14:22:00)
Hi Karl, Ok So basically form 1 has information about the customer, then we click log interaction which brings up form 2. Some of the fields such as member ID are carried over from form 1. Then the rest of the fields are entered by the user interacting with the customer manually. They then close out the form and the table is updated with the information that they entered. The problem we have is the things passed from form 1 to form...
user's latest post:
Where should relationships be...
Published (2009-11-03 06:52:00)
Gina, Did you mean that: - you never use a query as one side of a relationship? or - you never create relationships in the query design screen? Thanx Fred
|
|
|
|
Latest active threads on microsoft.public.access.tablesdbdesign::
Started 20 hours, 46 minutes ago (2009-11-10 18:27:00)
by Gina Whipp
snlcoy,
Your need is quite specific and you are not likely to find the exact
database. (Especially here in a forum where people come to get help with
their exisitng databases.) You will find ones, as you have seen, that can
be modified with some elbow grease and some help for FREE from the folks
here. However, if you ...
Started 1 day, 3 hours ago (2009-11-10 11:36:00)
by BruceM via AccessMonster.com
This is where I learned a lot of what I know about Access. Glad to pass
along some of it in turn. Good luck with the project.
gorsoft@hotmail.com wrote:
>> It sounds as if your term for line items is enquiry. It would help to know a
>> little more about the structure, but I will use part of the field list you
>[quoted text ...
Started 5 days, 7 hours ago (2009-11-06 07:25:00)
by Jerry Whittle
It's going to be pretty much work if the SSN must be hidden from all other
users.
Also you won't be able to use it as the primary key field. Note: using a SSN
as the PK is a bad idea anyway. What happens if you have an employee who is
not a US citizen and therefore doesn't have a SSN?
1. You'll need to implement user-...
Started 6 days, 8 hours ago (2009-11-05 06:41:00)
by Dorian
I don't know but autonumbers are guaranteed to be unique, beyond that is not
guaranteed. You cannot assume they will be sequential.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
"MTSmith" wrote:
> I am appending one table to another. The autonumber ...
Started 1 week ago (2009-11-04 10:17:00)
by Klatuu
"What would be wrong with that?"
Almost everything.
The common design of a header and transactions in separate but related
tables is always the correct way to accomplish this.
If you had one table to hold it all, how many individual transactions could
such a table hold? Well, with a limit of 256 fields in a table, you will...
Started 1 week ago (2009-11-04 10:20:00)
by Martin Hore
I think I have the same problem as mckenned, following a migration of my design master and all my replicas from one server to another. I even got our server team to re-open the old server from which my design master and replicas had been migrated, and I migrated them back again, but still no joy with synchronisation - I get the identical error message....
Started 1 week, 1 day ago (2009-11-02 17:40:00)
by deb
well i've managed to figure this out - sub form in my main form but...
now my lookup/search combo box is duplicating all the records because of the
car parking spaces
help
--
deb
"deb" wrote:
> I 'm creating a database with several commercial buildings, lots of tenants
> and lots of car ...
|
|
Hot threads for last week on microsoft.public.access.tablesdbdesign::
Started 1 week, 1 day ago (2009-11-02 17:40:00)
by deb
well i've managed to figure this out - sub form in my main form but...
now my lookup/search combo box is duplicating all the records because of the
car parking spaces
help
--
deb
"deb" wrote:
> I 'm creating a database with several commercial buildings, lots of tenants
> and lots of car ...
Started 1 week, 2 days ago (2009-11-02 08:43:00)
by KARL DEWEY
See post by ThomasAJ and responses 10/24/2009
Where to define Relationships - FE or BE?
--
Build a little, test a little.
"lpierce819" wrote:
> I am trying to clarify where the prefered location is for relationships. I
> am working as a contract employee to "cleanup" a database created by someone...
Started 1 week, 2 days ago (2009-11-02 14:19:00)
by KARL DEWEY
You did not say how form 2 data is updated in the table when form 2 is closed.
Do you know the method used?
--
Build a little, test a little.
"Brent Sweet" wrote:
> I have a form that has some fields on it. When you click a button it opens
> another form that the first form passes data to. For instance ...
Started 1 week, 1 day ago (2009-11-02 23:10:00)
by plisvb
Thanks for the John,
There definitely are multiple items per invoice.
My table structure is the following:
Invoice table > transactions table > products table.
Multiple transactions per table.
Can you describe a little bit further your statement "InvoiceDetails table
typically - you can do so in the ...
Started 1 week ago (2009-11-04 10:17:00)
by Klatuu
"What would be wrong with that?"
Almost everything.
The common design of a header and transactions in separate but related
tables is always the correct way to accomplish this.
If you had one table to hold it all, how many individual transactions could
such a table hold? Well, with a limit of 256 fields in a table, you will...
Started 6 days, 8 hours ago (2009-11-05 06:41:00)
by Dorian
I don't know but autonumbers are guaranteed to be unique, beyond that is not
guaranteed. You cannot assume they will be sequential.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
"MTSmith" wrote:
> I am appending one table to another. The autonumber ...
Started 1 week, 2 days ago (2009-11-02 08:00:00)
by Jerry Whittle
I would much rather use autonumbers as primary keys rather than a combination
of fields as a PK. Actually you can get this to work if your data is
correctly set up. What makes you say that it doesn't work?
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
"...
Started 1 week, 2 days ago (2009-11-02 15:12:00)
by Stefan Hoffmann
hi Bruce,
BruceM via AccessMonster.com wrote:
> I couldn't think of a good, brief subject line for this thread. I have an
> Employee database with EmployeeID (PK), FirstName, LastName, etc. Some
> employees hold Certificate A, others hold License B, others can sign certain
> documents, others can train new employees, and so ...
Started 1 week, 1 day ago (2009-11-02 23:10:00)
by plisvb
Thanks Gina for the reply,
The invoice details table seems to be a common answer. Could you further
elaborate on how I would store that calculated value.
I thought of the pdf idea also, not sure if it will be acceptable for my
accountant though. Also, I have a whole bunch of reports (monthly/yearly)
that won't be accurate...
Started 1 week ago (2009-11-04 10:20:00)
by Martin Hore
I think I have the same problem as mckenned, following a migration of my design master and all my replicas from one server to another. I even got our server team to re-open the old server from which my design master and replicas had been migrated, and I migrated them back again, but still no joy with synchronisation - I get the identical error message....
|
|