tweetysamm
New member
- Local time
- Today, 14:58
- Joined
- Nov 22, 2004
- Messages
- 6
Everyone,
Im facing some problem here. Currently im working with a table consist of :
name - text
id - text
buffer - text
1. I will put number '1' into buffer field when the person is coming to work. So my intention is to count how many people is coming to work (whoever with number '1' in buffer field is coming to work)
I manage to solve this by
Select count (*) from table1 where buffer is not null;
the problem is
2. I want to have the count figure to set it in the table itself so that when i draw out the report will show how many people working on the particular day. But i can do this, does anyone know how to do this? Please give some advice. Thanks a lot
Im facing some problem here. Currently im working with a table consist of :
name - text
id - text
buffer - text
1. I will put number '1' into buffer field when the person is coming to work. So my intention is to count how many people is coming to work (whoever with number '1' in buffer field is coming to work)
I manage to solve this by
Select count (*) from table1 where buffer is not null;
the problem is

2. I want to have the count figure to set it in the table itself so that when i draw out the report will show how many people working on the particular day. But i can do this, does anyone know how to do this? Please give some advice. Thanks a lot
