Hi,
I have a split form that shows the Form and the Table it updates. The Table displays most of the data fine except for one field 'Item Description'. This field is updated using a cascaded combobox from the Form, the user selects an 'Item Type', which updates the 'Item Description' combo box. It looks like this, notice that the survey records item description is not displayed because a roading item is selected.
My first problem I have is that the Table will only display the text in the field when another item belonging to the same 'Item Type' is selected, when i change selection to a different 'Item Type' it then changes and shows all the 'Item Descriptions' belonging to item type currently selected. How do I make the table show all of the 'Item Description' all the time?
My second problem is a little more advanced and i wondered if anyone would know a possible solution. So what i want is after an incomplete record has been updated using the form and all fields now have some value i.e. 'Item Description' and 'Item Type' have been added to a record. Then i want that record to become invisible, i.e. if all fields have some value then the record in the Table split form view is no longer displayed.