A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

autonumber problem



 
 
Thread Tools Display Modes
  #1  
Old September 1st, 2004, 02:25 PM
Will
external usenet poster
 
Posts: n/a
Default autonumber problem

I am trying to design a database for my company, but my
knowledge of access is somewhat limited.

I have two tables: Customer (which holds all of the
customer information) and Product (which holds all of the
information on the products etc.) I then have a query
which is created from these two tables, and an input form
created from that query. So when I enter the customer
deatils it goes into the customer table, and the product
details go into the product table.

However, we have another category of product. What I would
like is a product2 table, linked to the customer, a new
query made from these and a form to input.

But, when I enter data into the form the data is
overwritten by the data already assigned to the autonumber
given. Eg: I enter Joe Blogs into the new form, and
instead of displaying that it shows Jane Doe, which is the
information I put into record 1 of the old product
category.

How do I get around this?

Thanks
  #2  
Old September 1st, 2004, 03:08 PM
Jeff Boyce
external usenet poster
 
Posts: n/a
Default

Will

If you only have Customers, and Products, how do you know how these are
related? I believe you need a third table to show which Customers are
related to which Products...

.... or maybe I don't understand your situation.


--
Good luck

Jeff Boyce
Access MVP

  #3  
Old September 1st, 2004, 04:10 PM
Scott M
external usenet poster
 
Posts: n/a
Default

This can happen when you open a form and data is already displayed.
One solution is to just use the record selector buttons to move to the
next record and avoid the Jane Doe record. Another solution is to
use two different paths for data entry and data editing.

When you open the data entry page you tell it to "add new record"
the form opens. This will give you a fresh autonumber when the
entry form opens.

Scott

I agree with the last poster that you should have a product table, customer
table, and a table that links the two, perhaps something like "orders."


"Will" wrote in message
...
I am trying to design a database for my company, but my
knowledge of access is somewhat limited.

I have two tables: Customer (which holds all of the
customer information) and Product (which holds all of the
information on the products etc.) I then have a query
which is created from these two tables, and an input form
created from that query. So when I enter the customer
deatils it goes into the customer table, and the product
details go into the product table.

However, we have another category of product. What I would
like is a product2 table, linked to the customer, a new
query made from these and a form to input.

But, when I enter data into the form the data is
overwritten by the data already assigned to the autonumber
given. Eg: I enter Joe Blogs into the new form, and
instead of displaying that it shows Jane Doe, which is the
information I put into record 1 of the old product
category.

How do I get around this?

Thanks



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Instances problem Jordan Using Forms 1 July 19th, 2004 03:21 PM
Big Problem. We need the fix Captain K Calendar 0 July 8th, 2004 04:50 PM
Passport Logout Problem Chen qiang New Users 0 May 4th, 2004 09:26 AM
Help Microsoft? WORD11.ADM File Problem Line 818? Dwight Hutchinson New Users 2 May 3rd, 2004 08:25 PM
Word 2000 footnote problem: footnotes consistently too high (again) Lori Formatting Long Documents 2 May 1st, 2004 07:15 PM


All times are GMT +1. The time now is 09:36 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.