D
DD
i have a table that contains the following data. there are numerous entries
in the table as follows
AUTO NUMBER NAME HOURS RATE
1 smith 1 50
2 3.0 500
3 4 750
4 jones 2 75
5 4 630
6 1 50
i would like to run a query or something that would make the table look like
this. basically it copies the previous record if null
AUTO NUMBER NAME HOURS RATE
1 smith 1 50
2 smith 3.0 500
3 smith 4 750
4 jones 2 75
5 jones 4 630
6 jones 1 50
is there a way to do this.
i appreciate any help and please let me know if more clarification is
necessary.
thanks
in the table as follows
AUTO NUMBER NAME HOURS RATE
1 smith 1 50
2 3.0 500
3 4 750
4 jones 2 75
5 4 630
6 1 50
i would like to run a query or something that would make the table look like
this. basically it copies the previous record if null
AUTO NUMBER NAME HOURS RATE
1 smith 1 50
2 smith 3.0 500
3 smith 4 750
4 jones 2 75
5 jones 4 630
6 jones 1 50
is there a way to do this.
i appreciate any help and please let me know if more clarification is
necessary.
thanks