HeavenCore
Well-known member
Hello
Hopefully a quick question, i have a complex relational database, with many tables. tblJobs in this instance has two Foreign Key Attributes linking to the id's of tblQuotes and tblContracts.
I create a form and data source for this table adding in the three tables, i change the Foreign Key fields to drop down boxes and drag it onto my form thus creating all the text boxes and data bindings etc. I then bind the combo boxes to display the values from the Quote and Contract tables so when adding a job the user can select the Quote from a list. Sounds simple enough but i cannot get it working. the form displays and the drop down boxes are populated but when i hit save nothing happens, no error and no data is saved :S Does anybody have an example or Tutorial on how to do this properly?
I Hope somebody can help
Best Regards
Jordon.
Hopefully a quick question, i have a complex relational database, with many tables. tblJobs in this instance has two Foreign Key Attributes linking to the id's of tblQuotes and tblContracts.
I create a form and data source for this table adding in the three tables, i change the Foreign Key fields to drop down boxes and drag it onto my form thus creating all the text boxes and data bindings etc. I then bind the combo boxes to display the values from the Quote and Contract tables so when adding a job the user can select the Quote from a list. Sounds simple enough but i cannot get it working. the form displays and the drop down boxes are populated but when i hit save nothing happens, no error and no data is saved :S Does anybody have an example or Tutorial on how to do this properly?
I Hope somebody can help
Best Regards
Jordon.
Last edited: