Hi all,
This is a wordy question so I hope to make it simple. I have a parent form/sub form set up where the sub form is based on a simple select query filtered by a value in a textbox field on the parent form. The sub form opens in a continous form view format. I have attached a zip of the screen shot to make it visually easier to understand. After the initial records display, (Left hand part of screen shot), I am using a second subform to further sort records and make changes to the data on the record (Right hand part of screen shot). The right hand subform uses a second select query by changing the record source so that the filtering can take place. I am using the following code:
Forms![Pricing]![pricing detail tarcuts].Form.RecordSource = “qryPricing DetailTarCuts”
Forms![Pricing]![pricing detail tarcuts].Form.Requery …
My problem is that once further filtered, I cannot add a record to the recordset. It will show on the left hand subform but as soon as I tab from on tab to another it goes away. When I look at the table data I also do not see the record.
Can someone point me in a direction to look as I am at a loss as to why this is happening.
Thanks
Kevin