dichotomous
Registered User.
- Local time
- Tomorrow, 07:00
- Joined
- Oct 19, 2012
- Messages
- 62
Hi
Am hoping you can help.
I have a database that is a health and safety application. In it I can record training (with expiry), plant maint (with expiry) and a variety of other things for which expiry date is important.
I have a table called.....tblexpiry.
My plan is to run append queries from the plant table, training table so that I can populate the expiry table.
Expiry table is linked to a pop up reminder system; i.e; you have xyz training expiring etc.
Not all training we deliver has an expiry date. It may be an internal procedure or a National Unit standard that doesn't expire.
What i want is for my append query to only pick up records that have a date entered.
Would I build code for this, or enter parameter's into the query?
Just as an aside - I am happy with the structure of what I have designed; i.e; append queries to pick up expiry dates from the various tables - as, there are so many functions in Health and Safety that require a watch on expirey date.
Looking forward to hearing from any one who wants to contribute.
Am hoping you can help.
I have a database that is a health and safety application. In it I can record training (with expiry), plant maint (with expiry) and a variety of other things for which expiry date is important.
I have a table called.....tblexpiry.
My plan is to run append queries from the plant table, training table so that I can populate the expiry table.
Expiry table is linked to a pop up reminder system; i.e; you have xyz training expiring etc.
Not all training we deliver has an expiry date. It may be an internal procedure or a National Unit standard that doesn't expire.
What i want is for my append query to only pick up records that have a date entered.
Would I build code for this, or enter parameter's into the query?
Just as an aside - I am happy with the structure of what I have designed; i.e; append queries to pick up expiry dates from the various tables - as, there are so many functions in Health and Safety that require a watch on expirey date.
Looking forward to hearing from any one who wants to contribute.