Christopherusly
Village Idiot.
- Local time
- Today, 02:38
- Joined
- Jan 16, 2005
- Messages
- 81
I have a table called tbl_esttime, what i want to be able to do is that on the click event of a button - write values to the table, so my table structure is:
tbl_esttime
ID
Job NO
Staff Member
Hours
What i need to do is write 5 new records in the table, as such:
Job NO Staff Member Hours
CO00507230 Principal Engineer 0
CO00507230 Project Manager 0
CO00507230 Senior Engineer 0
CO00507230 Senior Technician 0
CO00507230 Technician 0
CO00507230 Engineer 0
the job no will change depending upon the job being worked on, but i guess this can be retrived okay from a stored field on a form for example.
Any help or suggestions would be most welcome, thanks you guys
tbl_esttime
ID
Job NO
Staff Member
Hours
What i need to do is write 5 new records in the table, as such:
Job NO Staff Member Hours
CO00507230 Principal Engineer 0
CO00507230 Project Manager 0
CO00507230 Senior Engineer 0
CO00507230 Senior Technician 0
CO00507230 Technician 0
CO00507230 Engineer 0
the job no will change depending upon the job being worked on, but i guess this can be retrived okay from a stored field on a form for example.
Any help or suggestions would be most welcome, thanks you guys
