Hi folks,
I have (maybe) a challanging question. First, how does evertything look like:
I have a DB (of course) with relations like:
[code=text]
____________ _____________
| ContactsID | | WorkID |
| Name | 1 --------> N | Workstream | -----> Workstream
| Phone | | CostCenter | ------> CostCenter
| etc | | Vendor | -------> Vendor
[/Code]
What I would like to implement is:
That a Contact A can have two WorkID. However, first say yesterday I have added Contact A and today he switches Workstreams. So, I would like to "click" a button, which opens a new Work_subForm, but without removing Contact Information. Basically, one ContactID with several WorkID. I think it should be possible to just make on my navigation bar a button, where "create new work Information". Right? But how? With an update/insert SQL, but then how do I tell the SQL-statement to "flush" the form?
More clarifications: I have a form, where you first type in all Contact information, then you switch pages to Work_sub.
I know what I have to do, but I do not know how. I would highly appreciate if somebody gives me some hints, keywords, so I could do some research and give my best shoot to solve the challange.
Thanks a lot.
Alive
I have (maybe) a challanging question. First, how does evertything look like:
I have a DB (of course) with relations like:
[code=text]
____________ _____________
| ContactsID | | WorkID |
| Name | 1 --------> N | Workstream | -----> Workstream
| Phone | | CostCenter | ------> CostCenter
| etc | | Vendor | -------> Vendor
[/Code]
What I would like to implement is:
That a Contact A can have two WorkID. However, first say yesterday I have added Contact A and today he switches Workstreams. So, I would like to "click" a button, which opens a new Work_subForm, but without removing Contact Information. Basically, one ContactID with several WorkID. I think it should be possible to just make on my navigation bar a button, where "create new work Information". Right? But how? With an update/insert SQL, but then how do I tell the SQL-statement to "flush" the form?
More clarifications: I have a form, where you first type in all Contact information, then you switch pages to Work_sub.
I know what I have to do, but I do not know how. I would highly appreciate if somebody gives me some hints, keywords, so I could do some research and give my best shoot to solve the challange.
Thanks a lot.
Alive
Comment