smercer
Registered User.
- Local time
- Today, 19:58
- Joined
- Jun 14, 2004
- Messages
- 442
Hi all
I am having a problem with my data base relationship. the problem is if I have a two records with the same ISBN but different customer than it will not accept it. (See Attachment). It would be understandable if both had same ISBN and customer number, but that is not how I want it set up.
The tables in question is "tbl_Sales_Book_Description_Current" and "tbl_Exchange_Book_Description_Current"
Use ISBN number:
0-07-13-5241-4
and customer_No uses a number system (1, 2 and 3) formed by a variable which is changed by buttons in form.
With "tbl_Exchange_Book_Description_Current" I still need to re-make relationship, but did not work before, and because I have renamed my tables, the name is too long to use in relationship. How do I stop access from doing this?
I know I can get around it by creating a table with a small name, create the relationship, and rename to longer version.
This is the backend of my database.
Thanks in advance
I am having a problem with my data base relationship. the problem is if I have a two records with the same ISBN but different customer than it will not accept it. (See Attachment). It would be understandable if both had same ISBN and customer number, but that is not how I want it set up.
The tables in question is "tbl_Sales_Book_Description_Current" and "tbl_Exchange_Book_Description_Current"
Use ISBN number:
0-07-13-5241-4
and customer_No uses a number system (1, 2 and 3) formed by a variable which is changed by buttons in form.
With "tbl_Exchange_Book_Description_Current" I still need to re-make relationship, but did not work before, and because I have renamed my tables, the name is too long to use in relationship. How do I stop access from doing this?
I know I can get around it by creating a table with a small name, create the relationship, and rename to longer version.
This is the backend of my database.
Thanks in advance