M
Maury Markowitz
I have a form that uses a filter to show about 25 records of 2000 in
the base table. There is no default value on the filter column, so
when you add a row, it disappears because it does not meet the
criterion.
So basically I need to set the value of the filter column when they
insert a record. I tried using BeforeInsert and AfterInsert, but they
don't seem to get called when I would expect. What's the basic
solution to this problem?
Maury
the base table. There is no default value on the filter column, so
when you add a row, it disappears because it does not meet the
criterion.
So basically I need to set the value of the filter column when they
insert a record. I tried using BeforeInsert and AfterInsert, but they
don't seem to get called when I would expect. What's the basic
solution to this problem?
Maury