Hi folks,
I have a single table that houses most of the data. There are a few small tables for the purpose of populating combo boxes. I have a single form in which all the data is entered, it has a bunch of text boxes and combo boxes. The form works great, it always shows all the records in the table.
So I need to be able to open this same form but have the information filtered to show records that are ready for approval. So I copied the form and made one small addition. I put a statement in the "on load" area to filter using two criteria. One date field is null and another date field is not null. So I open the form and it shows the correct records. The problem lies in that I can not edit any of the records showing. I just get a beep and the record does not change.
Any ideas how to fix this?
Thanks
Chris