I don't understand your first statment. What 'is not null' and how are you
filtering it?
Based on the rest of your post, I wonder if the secondary table is really
necessary. My approach would be to have 2 fields in the pupil table. A
Yes/No field that would be [ARCHIVED_FLAG] where No would be the default an
Yes would mean the student is archived. The other field would be the
date/time stamp of the archival. Then I would set the filter property of my
form to exclude archived records. Another advantage is you could add a
command button that would change the filter so you could see Not Archived,
Archived, or both.
To do the archival, I would suggest a command button that would update the
two fields.
> when it is archived, the record remians in the main table, but is not shown
> on the main form as is now 'is not null'
[quoted text clipped - 6 lines]
>
> i hope this makes sense, thank you for your time!!
bamf - 04 Oct 2005 11:40 GMT
thank you for all your help.
I have deleted the Archived table and added the additional fields to the
master table. I still need to be able to pick the reason for archive from a
list of values. I was therefore thinking of picking the value and then using
a command button to then add the date stamp to the 'date archived' field.
Is this the best way of doing this?
Thank you again
Klatuu - 04 Oct 2005 13:40 GMT
Your solution will work just fine.
> thank you for all your help.
>
[quoted text clipped - 6 lines]
>
> Thank you again