Ok, this is a really bad question to ask, but it is driving me up the wall.
I have a table of information:
ConID name charge/hour
1 Dan 24
2 Dave 30
and I need to have the following table populated for hyours worked:
ID conID Charge/hour Hours worked Total
1 1 24 40 960
2 1 24 37 888
3 2 30 37 1110
The ID is an autonumber and I am running it in a subform.
I need the charge/hour to be updated from the first table. The hours worked will be manually inputted. And total is a calculated field.
These need to be saved in a history file.
I have tried using the default values in the text control boxes but have had no luck.
Help!
Dom
I have a table of information:
ConID name charge/hour
1 Dan 24
2 Dave 30
and I need to have the following table populated for hyours worked:
ID conID Charge/hour Hours worked Total
1 1 24 40 960
2 1 24 37 888
3 2 30 37 1110
The ID is an autonumber and I am running it in a subform.
I need the charge/hour to be updated from the first table. The hours worked will be manually inputted. And total is a calculated field.
These need to be saved in a history file.
I have tried using the default values in the text control boxes but have had no luck.
Help!
Dom