SubjectiveEffect
Technical User
- Apr 19, 2006
- 14
I’m trying to create a form in Access that links to a database with the following construction:
Customer details table
Cust number {Primary key)
Name
Address
Etc
Order table
Order number (Primary key)
Cust number (Foreign key)
Order item
Payment method table
Method number (Primary key)
Cust number (Foreign key)
Payment method
These are 1 to many relationships.
The form should allow me to enter all the customer details plus multiple payment methods and multiple orders per patient. To this end I want a form that had eight fields for entering payment methods and orders. When I enter, for example, a new patient plus 2 payment methods and 5 orders I want it all stored at once.
Is this possible? Seems it should be but somehow when I create the form and copy the order item and payment method fields the form turns out blank – so can’t even test if this simple method will work. Am I doing something wrong?
Customer details table
Cust number {Primary key)
Name
Address
Etc
Order table
Order number (Primary key)
Cust number (Foreign key)
Order item
Payment method table
Method number (Primary key)
Cust number (Foreign key)
Payment method
These are 1 to many relationships.
The form should allow me to enter all the customer details plus multiple payment methods and multiple orders per patient. To this end I want a form that had eight fields for entering payment methods and orders. When I enter, for example, a new patient plus 2 payment methods and 5 orders I want it all stored at once.
Is this possible? Seems it should be but somehow when I create the form and copy the order item and payment method fields the form turns out blank – so can’t even test if this simple method will work. Am I doing something wrong?