phillsheen
Registered User.
- Local time
- Today, 15:17
- Joined
- Jun 12, 2006
- Messages
- 86
Hi,
Ive come up against a brick wall once again in my database so once again here we go.
I have my main from Members which contains a field traffstatus, this field will be filled in with either Green, Amber or Red. Green is some one who is up to date with there payments, Amber is someone who has not paid for 4-6 weeks and Red is someone who has not paid for 6 weeks or more. This will be calculated from the current date so some one who has not made a payment in 5 weeks from today will be amber. The payment information is stored in a table named download20060602. This contains 5 fields, ID / datepaid / description / type / amount. The description field is linked to the description field in the members table so that one member can have many payments.
So I need to know how I can make a query to fill in the traffstatus field on the members form using the criteria above.
Im assuming this would be done by a query but Im not sure.
Any help would be fantastic!
Cheers Phill
Ive come up against a brick wall once again in my database so once again here we go.
I have my main from Members which contains a field traffstatus, this field will be filled in with either Green, Amber or Red. Green is some one who is up to date with there payments, Amber is someone who has not paid for 4-6 weeks and Red is someone who has not paid for 6 weeks or more. This will be calculated from the current date so some one who has not made a payment in 5 weeks from today will be amber. The payment information is stored in a table named download20060602. This contains 5 fields, ID / datepaid / description / type / amount. The description field is linked to the description field in the members table so that one member can have many payments.
So I need to know how I can make a query to fill in the traffstatus field on the members form using the criteria above.
Im assuming this would be done by a query but Im not sure.
Any help would be fantastic!
Cheers Phill