Board index » delphi » Please Give Advice for One to Many Relationship Concept
r...@primenet.com
![]() Delphi Developer |
Fri, 17 Jul 1998 03:00:00 GMT
Please Give Advice for One to Many Relationship Concept
Can someone please help me with this problem?
I am constructing a database for my business (Delphi Style of course) and need Customers They all have a topmost field called "CustNum" of Long Integer type. I have so far created (with Delphi's Database Expert) a linked relationship form This works fine.. I have also created a form for making new Invoices. Currently What I can't understand is how when in the Invoice form, (currently just containing 1 Also: How could I keep the Invoice Table in Sync with the Customer Table at all times..? |