Hi, I need a a little help please:
I need one data entry form that has all the months and a value for each year. So you got:
January [value ]
February [ value ]
March [ value ]
Etc...
but, the problem is that the table format is flat, so each record is like this:
ID / Year / Month / Value
1 /2008 / January / 500
2 /2008 / February / 300
Then, the data entry form is supposed to write or modify different rows at the same time (the wizard entry form just let me modify months one by one)
. Your help would be greatly appreciated!
I need one data entry form that has all the months and a value for each year. So you got:
January [value ]
February [ value ]
March [ value ]
Etc...
but, the problem is that the table format is flat, so each record is like this:
ID / Year / Month / Value
1 /2008 / January / 500
2 /2008 / February / 300
Then, the data entry form is supposed to write or modify different rows at the same time (the wizard entry form just let me modify months one by one)
. Your help would be greatly appreciated!