I have a form called addcommitmentdetail which comprises of three parts; main form,subform,subsubform.
The mainform is just to select a foreign key value from a listbox(which is still stored as a value in the record), while the subform and subsubform are to add records that will be related to the select Foreign Key value.
I have created a edit form so that users can edit the records that they entered in addcommitmentdetails.They will select a record from listbox and then press a button to open form with related records. However, my user wants to display the fields in a table/datasheet view and only wants certain fields from that record to be displayed. I know its something to do with queries but im quite bad(i only know how to do queries for listbox) at that so please help
The mainform is just to select a foreign key value from a listbox(which is still stored as a value in the record), while the subform and subsubform are to add records that will be related to the select Foreign Key value.
I have created a edit form so that users can edit the records that they entered in addcommitmentdetails.They will select a record from listbox and then press a button to open form with related records. However, my user wants to display the fields in a table/datasheet view and only wants certain fields from that record to be displayed. I know its something to do with queries but im quite bad(i only know how to do queries for listbox) at that so please help