Hi All,
I have 2 tables called tblManagerInfo and tblFundInfo. tblManagerInfo and tblFundInfo have a one to many relationship on ManagerName. FundName along with the ManagerName is the PK for tblFundInfo and ManagerName alone is the PK for tblManagerInfo. Now I have 1 form to fill out info of...
Hey guys,
I have a form which has a many text boxes and a combobox. One of the text boxes and the combobox form the composite PK. The value of the PK text box is taken from another from. And based on that I select the combobox values.
eg: I have the first name of a person in one txt box in one...
I searched on "Cascading Combobox" but only came up with results which link 2 comboboxes together. But I want the table to be linked to the form(text boxes) and when I select a particular PK from the combo box, that particular record is displayed (using different text boxes) which can also be...
Hi guys,
I am new at VBA programming. Please help!
I have a form with text boxes and one combo box which has the Primary key values as a drop down list. Now, on the basis of the selection in the combo box I want to populate the values in the text boxes. Please let me know how am I supposed to do...