C
cypher_key
I want to write a simple application for my own use. I've already have
the data populated in a database and I have a data source setup.
I can use the wizards to generate a master detail data form (I believe
that's what it's called) and I get a form with input controls for each
field in the table. My question is that 2 of the fields in the table
are numeric IDs which are foreign keys to other tables. For example, I
have a customerID and registrationID field. I don't want text box
controls for those fields, but rather a combo box control that
displays the a field in the customer table. I did make this work by
changing the SQL query for the data set to use a join, however the
wizard obviously isn't able to generate the update statements.
I've tried to search google for this, since I do want to RTFM, however
I'm not really sure what to look for. Suggestions on the appropriate
concept that I should search would be greatly appreciated.
the data populated in a database and I have a data source setup.
I can use the wizards to generate a master detail data form (I believe
that's what it's called) and I get a form with input controls for each
field in the table. My question is that 2 of the fields in the table
are numeric IDs which are foreign keys to other tables. For example, I
have a customerID and registrationID field. I don't want text box
controls for those fields, but rather a combo box control that
displays the a field in the customer table. I did make this work by
changing the SQL query for the data set to use a join, however the
wizard obviously isn't able to generate the update statements.
I've tried to search google for this, since I do want to RTFM, however
I'm not really sure what to look for. Suggestions on the appropriate
concept that I should search would be greatly appreciated.